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/ja | |
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/ja')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index d9ff23a8b..3a1ca4ce6 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -15693,7 +15693,9 @@ void *weechat_hdata_move (struct t_hdata *hdata, void *pointer, int count); 戻り値: -* 移動先の要素へのポインタ、エラーが起きた場合は NULL +// TRANSLATION MISSING +* pointer to element reached, NULL if element is not found (for example end + of list), or if an error occurred C 言語での使用例: |