diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-06-25 10:38:48 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-06-25 10:38:48 +0200 |
commit | a9b0c00df7d09d750cb0abd5acac159af50eb3a9 (patch) | |
tree | 59a8d89c7db6cf5ba5de679c213b33905511921f /doc/fr | |
parent | e647512d86eaf1dd318cd7acdbc8b134081f93cd (diff) | |
download | weechat-a9b0c00df7d09d750cb0abd5acac159af50eb3a9.zip |
doc: add note about string evaluated in function window_set_title (plugin API reference)
Diffstat (limited to 'doc/fr')
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index e961abcdb..dcb0f3496 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -12046,7 +12046,9 @@ void weechat_window_set_title (const char *title); Paramètres : -* _title_ : nouveau titre pour le terminal (NULL pour réinitialiser le titre) +* _title_ : nouveau titre pour le terminal (NULL pour réinitialiser le titre); + la chaîne est évaluée, donc les variables comme `${info:version}` peuvent + être utilisées (voir <<_string_eval_expression,weechat_string_eval_expression>>) Exemple en C : |