mirror of
https://github.com/weechat/weechat.git
synced 2026-06-30 23:06:38 +02:00
doc: fix typo in plugin API reference
This commit is contained in:
@@ -2218,7 +2218,7 @@ Arguments:
|
||||
* 'string': string
|
||||
* 'length': max number of UTF-8 chars to check; if ≤ 0, the whole string is
|
||||
checked _(WeeChat ≥ 1.4)_
|
||||
* 'error': if not NULL, '*error*' is set with pointer to first non valid UTF-8
|
||||
* 'error': if not NULL, '*error' is set with pointer to first non valid UTF-8
|
||||
char in string, if any
|
||||
|
||||
Return value:
|
||||
|
||||
@@ -2298,7 +2298,7 @@ Argomenti:
|
||||
// TRANSLATION MISSING
|
||||
* 'length': max number of UTF-8 chars to check; if ≤ 0, the whole string is
|
||||
checked _(WeeChat ≥ 1.4)_
|
||||
* 'error': se non NULL, '*error*' è impostato con il puntatore al primo
|
||||
* 'error': se non NULL, '*error' è impostato con il puntatore al primo
|
||||
carattere UTF-8 non valido nella stringa, se esiste
|
||||
|
||||
Valore restituito:
|
||||
|
||||
@@ -2219,7 +2219,7 @@ int weechat_utf8_is_valid (const char *string, int length, char **error);
|
||||
* 'string': 文字列
|
||||
* 'length': 確認する UTF-8 文字の最大文字数; これを 0 以下に設定した場合、文字列中のすべての文字を確認します
|
||||
_(WeeChat バージョン 1.4 以上で利用可)_
|
||||
* 'error': NULL でない場合は '*error*'
|
||||
* 'error': NULL でない場合は '*error'
|
||||
は文字列に含まれる最初の妥当でない UTF-8 文字へのポインタ
|
||||
|
||||
戻り値:
|
||||
|
||||
Reference in New Issue
Block a user