diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-11 08:20:12 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-11 08:20:12 +0200 |
commit | 8dbd2cf83d876aa3ed80bcf54638bd68635705d6 (patch) | |
tree | af63a14b0c9edae518e48bc0b4b19ce45517f645 /doc/fr/weechat_scripting.fr.adoc | |
parent | 3dc72b2e5f0755de5da5c157e465882e14ed9a29 (diff) | |
download | weechat-8dbd2cf83d876aa3ed80bcf54638bd68635705d6.zip |
doc: add missing API functions in scripting guide
Diffstat (limited to 'doc/fr/weechat_scripting.fr.adoc')
-rw-r--r-- | doc/fr/weechat_scripting.fr.adoc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/fr/weechat_scripting.fr.adoc b/doc/fr/weechat_scripting.fr.adoc index 45306cec6..99ae2722b 100644 --- a/doc/fr/weechat_scripting.fr.adoc +++ b/doc/fr/weechat_scripting.fr.adoc @@ -488,8 +488,7 @@ Liste des fonctions de l'API script : prefix + color + print (pour python : prnt) + - print_date_tags (pour python : - prnt_date_tags) + + print_date_tags (pour python : prnt_date_tags) + print_y (pour python : prnt_y) + log_print @@ -508,6 +507,7 @@ Liste des fonctions de l'API script : hook_hsignal_send + hook_config + hook_completion + + hook_completion_get_string + hook_completion_list_add + hook_modifier + hook_modifier_exec + @@ -589,6 +589,7 @@ Liste des fonctions de l'API script : infolist_next + infolist_prev + infolist_reset_item_cursor + + infolist_search_var + infolist_fields + infolist_integer + infolist_string + @@ -614,6 +615,7 @@ Liste des fonctions de l'API script : hdata_pointer + hdata_time + hdata_hashtable + + hdata_compare + hdata_update + hdata_get_string |