diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-03-20 07:08:14 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-03-20 07:08:14 +0100 |
commit | c05cb595dc83f0691227e004fc74017dc9b5fad9 (patch) | |
tree | 2709bbe1f1ee96f87ee26a788276bce18e810b33 /doc/fr | |
parent | 5c1dfcbe5bc1fadb4bac2403ce490f640e08c39b (diff) | |
download | weechat-c05cb595dc83f0691227e004fc74017dc9b5fad9.zip |
doc: add note about call to "free" on result of info_get (plugin API reference)
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index 83ca963db..32714a3f1 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -15389,6 +15389,7 @@ Paramètres : Valeur de retour : * chaîne avec l'information demandée, NULL en cas d'erreur + (doit être supprimée par un appel à "free" après utilisation) [NOTE] Avec WeeChat ≥ 2.5, la valeur retournée est une chaîne allouée |