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

v2.8-utf8proc
Sebastien Helleu 2012-04-11 21:33:05 +02:00
parent a317029955
commit 04b228715b
3 changed files with 3 additions and 5 deletions

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:

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 :

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: