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/en/weechat_plugin_api.en.adoc | |
parent | 91bcfbb4e89f2964820915c258ef79e944c47ae4 (diff) | |
download | weechat-e11ce668a231f6e5cb63960fe965e3c7b84c5895.zip |
doc/api: add note about hashtable removal in function info_get_hashtable
Diffstat (limited to 'doc/en/weechat_plugin_api.en.adoc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 204146ac3..02e749de3 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -16376,7 +16376,8 @@ Arguments: Return value: -* hashtable with info asked, NULL if an error occurred +* hashtable with info asked, NULL if an error occurred (must be freed by + calling <<_hashtable_free,hashtable_free>> after use) Infos: |