diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-28 11:15:12 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-28 11:15:12 +0200 |
commit | 75243a46a1999b0aae297826a04ef31e96027aa4 (patch) | |
tree | 7fffe16450f6df759316694e0a665d0f65155a9a /doc/ja | |
parent | 4fa2edc86536badc906924c6512ce387013148d0 (diff) | |
download | weechat-75243a46a1999b0aae297826a04ef31e96027aa4.zip |
doc: add missing quotes in plugin API reference
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.asciidoc b/doc/ja/weechat_plugin_api.ja.asciidoc index a323927de..cbaf337fb 100644 --- a/doc/ja/weechat_plugin_api.ja.asciidoc +++ b/doc/ja/weechat_plugin_api.ja.asciidoc @@ -4427,7 +4427,7 @@ struct t_config_section *weechat_config_new_section ( * 'callback_write_data': WeeChat がコールバックを呼び出す際にコールバックに渡すポインタ; if not NULL, it must have been allocated with malloc (or similar function) and it is automatically freed when the section is freed -* callback_write_default: +* 'callback_write_default': セクションのデフォルト値が必ずファイルに書き込まれる際に呼び出す関数、引数と戻り値: ** 'const void *pointer': ポインタ ** 'void *data': ポインタ |