summaryrefslogtreecommitdiff
path: root/doc/ja
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-07-11 20:50:46 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-07-11 20:51:48 +0200
commit6461aefcaec09eaeab831dc757bb90ad429c29e8 (patch)
treec487347caa9b7a986ce0c5af05ca3d3864cca9e6 /doc/ja
parent643376fc1da93cf3a60169995356da14aa572d17 (diff)
downloadweechat-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.adoc4
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);
----
引数: