summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
----
引数: