diff options
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 言語での使用例: |