1
0
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:
Sébastien Helleu
2016-04-28 07:32:01 +02:00
parent e65d17eaf6
commit b0aa0d3602
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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 文字へのポインタ
戻り値: