mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 17:53:13 +02:00
doc: fix typo in return value of function weechat_list_prev (plugin API reference)
This commit is contained in:
@@ -2969,7 +2969,7 @@ Arguments:
|
||||
|
||||
Return value:
|
||||
|
||||
* pointer to previous item, NULL if pointer was last item in list
|
||||
* pointer to previous item, NULL if pointer was first item in list
|
||||
|
||||
C example:
|
||||
|
||||
|
||||
@@ -2971,8 +2971,8 @@ Argomenti:
|
||||
|
||||
Valore restituito:
|
||||
|
||||
* puntatore all'elemento precedente, NULL se il puntatore è
|
||||
l'ultimo elemento nella lista
|
||||
// TRANSLATION MISSING
|
||||
* pointer to previous item, NULL if pointer was first item in list
|
||||
|
||||
Esempio in C:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user