1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

doc: fix return value of function window_get_string (plugin API reference)

This commit is contained in:
Sébastien Helleu
2019-07-11 20:50:46 +02:00
parent 643376fc1d
commit 6461aefcae
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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:
+2 -2
View File
@@ -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 :
+2 -2
View File
@@ -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:
+2 -2
View File
@@ -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);
----
引数: