doc: add more info about return value of function hdata_move (plugin API reference)

v2.8-utf8proc
Sébastien Helleu 2018-03-01 21:57:46 +01:00
parent d8b7647275
commit 5768b2060c
4 changed files with 10 additions and 4 deletions

View File

@ -15690,7 +15690,8 @@ Arguments:
Return value:
* pointer to element reached, NULL if an error occurred
* pointer to element reached, NULL if element is not found (for example end
of list), or if an error occurred
C example:

View File

@ -16012,7 +16012,8 @@ Paramètres :
Valeur de retour :
* pointeur vers l'élément atteint, NULL en cas d'erreur
* pointeur vers l'élément atteint, NULL si l'élément n'est pas trouvé
(par exemple fin de la liste), ou en cas d'erreur
Exemple en C :

View File

@ -16293,7 +16293,9 @@ Argomenti:
Valore restituito:
* puntatore all'elemento raggiunto, NULL in caso di errore
// TRANSLATION MISSING
* pointer to element reached, NULL if element is not found (for example end
of list), or if an error occurred
Esempio in C:

View File

@ -15693,7 +15693,9 @@ void *weechat_hdata_move (struct t_hdata *hdata, void *pointer, int count);
戻り値:
* 移動先の要素へのポインタ、エラーが起きた場合は NULL
// TRANSLATION MISSING
* pointer to element reached, NULL if element is not found (for example end
of list), or if an error occurred
C 言語での使用例: