doc: add more info about return value of function hdata_move (plugin API reference)
This commit is contained in:
parent
d8b7647275
commit
5768b2060c
@ -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:
|
||||
|
||||
|
@ -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 :
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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 言語での使用例:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user