diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-01 21:57:46 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-03-01 21:57:46 +0100 |
commit | 5768b2060c0ddb8aa54d694eb7e857c00342e136 (patch) | |
tree | ffe77f821c0436631241923f240dae9d1666edd9 /doc/en | |
parent | d8b7647275595a8b496c5167323f4b35687064f8 (diff) | |
download | weechat-5768b2060c0ddb8aa54d694eb7e857c00342e136.zip |
doc: add more info about return value of function hdata_move (plugin API reference)
Diffstat (limited to 'doc/en')
-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 4a14ceaa6..642466188 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -15690,7 +15690,8 @@ Arguments: Return value: -* pointer to element reached, NULL if an error occurred +* pointer to element reached, NULL if element is not found (for example end + of list), or if an error occurred C example: |