summaryrefslogtreecommitdiff
path: root/doc/fr
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-07-11 20:51:22 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-07-11 20:51:52 +0200
commitc463b84421cc2f82a71a38660f77ffdc36b173d5 (patch)
treed91390df7390434580c5e964f878e4d82d1f8110 /doc/fr
parent6461aefcaec09eaeab831dc757bb90ad429c29e8 (diff)
downloadweechat-c463b84421cc2f82a71a38660f77ffdc36b173d5.zip
doc: add Python prototype for function window_get_string (plugin API reference)
Diffstat (limited to 'doc/fr')
-rw-r--r--doc/fr/weechat_plugin_api.fr.adoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc
index 7d0414365..287d68be2 100644
--- a/doc/fr/weechat_plugin_api.fr.adoc
+++ b/doc/fr/weechat_plugin_api.fr.adoc
@@ -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.