1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-30 14:56:39 +02:00

doc: fix return value of function hook_modifier_exec in plugin API reference

This commit is contained in:
Sebastien Helleu
2012-04-11 21:33:05 +02:00
parent a317029955
commit 04b228715b
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -8631,7 +8631,7 @@ Arguments:
Return value:
* string modified, NULL if no changes in string were made by modifier(s)
* string modified, NULL if error occurred
C example:
+1 -2
View File
@@ -8772,8 +8772,7 @@ Paramètres :
Valeur de retour :
* chaîne modifiée, NULL si aucun changement n'a été fait dans la chaîne par le
ou les "modifieurs"
* chaîne modifiée, NULL en cas d'erreur
Exemple en C :
+1 -2
View File
@@ -8682,8 +8682,7 @@ Argomenti:
Valore restituito:
* stringa modificata, NULL se nessun cambiamento nella stringa è
stato effettuato dal modificatore(i).
* stringa modificata, NULL in caso di errore
Esempio in C: