doc: add Python prototype for function window_get_string (plugin API reference)
This commit is contained in:
parent
6461aefcae
commit
c463b84421
@ -13086,6 +13086,14 @@ Return value:
|
||||
|
||||
* string value of property
|
||||
|
||||
Script (Python):
|
||||
|
||||
[source,python]
|
||||
----
|
||||
# prototype
|
||||
value = weechat.window_get_string(window, property)
|
||||
----
|
||||
|
||||
==== window_get_pointer
|
||||
|
||||
Return pointer value of a window property.
|
||||
|
@ -13381,6 +13381,14 @@ Valeur de retour :
|
||||
|
||||
* valeur de la propriété, sous forme de chaîne
|
||||
|
||||
Script (Python) :
|
||||
|
||||
[source,python]
|
||||
----
|
||||
# prototype
|
||||
value = weechat.window_get_string(buffer, property)
|
||||
----
|
||||
|
||||
==== window_get_pointer
|
||||
|
||||
Retourner la valeur d'une propriété, sous forme d'un pointeur.
|
||||
|
@ -13635,6 +13635,14 @@ Valore restituito:
|
||||
|
||||
* valore stringa della proprietà
|
||||
|
||||
Script (Python):
|
||||
|
||||
[source,python]
|
||||
----
|
||||
# prototipo
|
||||
value = weechat.window_get_string(buffer, property)
|
||||
----
|
||||
|
||||
==== window_get_pointer
|
||||
|
||||
Restituisce il valore puntatore della proprietà di una finestra.
|
||||
|
@ -13047,6 +13047,14 @@ const char *weechat_window_get_string (struct t_gui_window *window,
|
||||
|
||||
* プロパティの文字列値
|
||||
|
||||
スクリプト (Python) での使用例:
|
||||
|
||||
[source,python]
|
||||
----
|
||||
# プロトタイプ
|
||||
value = weechat.window_get_string(buffer, property)
|
||||
----
|
||||
|
||||
==== window_get_pointer
|
||||
|
||||
ウィンドウプロパティのポインタ値を返す。
|
||||
|
Loading…
x
Reference in New Issue
Block a user