diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-16 20:15:20 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-16 20:15:20 +0200 |
commit | e11ce668a231f6e5cb63960fe965e3c7b84c5895 (patch) | |
tree | 80ebd3205bbfc0fcade3ce6d07f0fde9e0325c54 /doc/it | |
parent | 91bcfbb4e89f2964820915c258ef79e944c47ae4 (diff) | |
download | weechat-e11ce668a231f6e5cb63960fe965e3c7b84c5895.zip |
doc/api: add note about hashtable removal in function info_get_hashtable
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index cd625ede0..24eb0823f 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -17113,7 +17113,9 @@ Argomenti: Valore restituito: -* tabella hash con la info richiesta, NULL in caso di errore +// TRANSLATION MISSING +* tabella hash con la info richiesta, NULL in caso di errore (must be + freed by calling <<_hashtable_free,hashtable_free>> after use) // TRANSLATION MISSING Infos: |