diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-11 20:50:46 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-07-11 20:51:48 +0200 |
commit | 6461aefcaec09eaeab831dc757bb90ad429c29e8 (patch) | |
tree | c487347caa9b7a986ce0c5af05ca3d3864cca9e6 /doc/ja | |
parent | 643376fc1da93cf3a60169995356da14aa572d17 (diff) | |
download | weechat-6461aefcaec09eaeab831dc757bb90ad429c29e8.zip |
doc: fix return value of function window_get_string (plugin API reference)
Diffstat (limited to 'doc/ja')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 6ec16f469..0c6312281 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -13034,8 +13034,8 @@ weechat.prnt("", "current window is at position (x,y): (%d,%d)" [source,C] ---- -int weechat_window_get_string (struct t_gui_window *window, - const char *property); +const char *weechat_window_get_string (struct t_gui_window *window, + const char *property); ---- 引数: |