summaryrefslogtreecommitdiff
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
parent643376fc1da93cf3a60169995356da14aa572d17 (diff)
downloadweechat-6461aefcaec09eaeab831dc757bb90ad429c29e8.zip
doc: fix return value of function window_get_string (plugin API reference)
-rw-r--r--doc/en/weechat_plugin_api.en.adoc4
-rw-r--r--doc/fr/weechat_plugin_api.fr.adoc4
-rw-r--r--doc/it/weechat_plugin_api.it.adoc4
-rw-r--r--doc/ja/weechat_plugin_api.ja.adoc4
4 files changed, 8 insertions, 8 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc
index f95753e5b..f3266d5c7 100644
--- a/doc/en/weechat_plugin_api.en.adoc
+++ b/doc/en/weechat_plugin_api.en.adoc
@@ -13073,8 +13073,8 @@ Prototype:
[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);
----
Arguments:
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc
index 3ff249538..7d0414365 100644
--- a/doc/fr/weechat_plugin_api.fr.adoc
+++ b/doc/fr/weechat_plugin_api.fr.adoc
@@ -13368,8 +13368,8 @@ Prototype :
[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);
----
Paramètres :
diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc
index c2ad9dc92..d0ac617e9 100644
--- a/doc/it/weechat_plugin_api.it.adoc
+++ b/doc/it/weechat_plugin_api.it.adoc
@@ -13622,8 +13622,8 @@ Prototipo:
[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);
----
Argomenti:
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);
----
引数: