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:
@@ -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:
|
||||
|
||||
@@ -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 :
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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);
|
||||
----
|
||||
|
||||
引数:
|
||||
|
||||
Reference in New Issue
Block a user