mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 14:56:39 +02:00
doc/api: fix typo in function string_cut
This commit is contained in:
@@ -636,7 +636,7 @@ Arguments:
|
||||
|
||||
* _string_: string to cut
|
||||
* _length_: max chars
|
||||
* _count_suffix_: if 1, the length of suffix is counter in the max length
|
||||
* _count_suffix_: if 1, the length of suffix is counted in the max length
|
||||
* _screen_: if 1, the cut is based on width of chars displayed
|
||||
* _cut_suffix_: the suffix added after the string if it is cut
|
||||
|
||||
|
||||
@@ -676,7 +676,7 @@ Argomenti:
|
||||
|
||||
* _string_: string to cut
|
||||
* _length_: max chars
|
||||
* _count_suffix_: if 1, the length of suffix is counter in the max length
|
||||
* _count_suffix_: if 1, the length of suffix is counted in the max length
|
||||
* _screen_: if 1, the cut is based on width of chars displayed
|
||||
* _cut_suffix_: the suffix added after the string if it is cut
|
||||
|
||||
|
||||
@@ -654,7 +654,7 @@ char *weechat_string_cut (const char *string, int length, int count_suffix, int
|
||||
|
||||
* _string_: string to cut
|
||||
* _length_: max chars
|
||||
* _count_suffix_: if 1, the length of suffix is counter in the max length
|
||||
* _count_suffix_: if 1, the length of suffix is counted in the max length
|
||||
* _screen_: if 1, the cut is based on width of chars displayed
|
||||
* _cut_suffix_: the suffix added after the string if it is cut
|
||||
|
||||
|
||||
Reference in New Issue
Block a user