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/it | |
parent | 3dc72b2e5f0755de5da5c157e465882e14ed9a29 (diff) | |
download | weechat-8dbd2cf83d876aa3ed80bcf54638bd68635705d6.zip |
doc: add missing API functions in scripting guide
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/weechat_scripting.it.adoc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/it/weechat_scripting.it.adoc b/doc/it/weechat_scripting.it.adoc index 46f357d13..00d3fa000 100644 --- a/doc/it/weechat_scripting.it.adoc +++ b/doc/it/weechat_scripting.it.adoc @@ -491,9 +491,11 @@ Elenco di funzioni nelle API per gli script: | visualizzazione | prefix + color + +// TRANSLATION MISSING print (for python: prnt) + - print_date_tags (for python: - prnt_date_tags) + +// TRANSLATION MISSING + print_date_tags (for python: prnt_date_tags) + +// TRANSLATION MISSING print_y (for python: prnt_y) + log_print @@ -512,6 +514,7 @@ Elenco di funzioni nelle API per gli script: hook_hsignal_send + hook_config + hook_completion + + hook_completion_get_string + hook_completion_list_add + hook_modifier + hook_modifier_exec + @@ -593,6 +596,7 @@ Elenco di funzioni nelle API per gli script: infolist_next + infolist_prev + infolist_reset_item_cursor + + infolist_search_var + infolist_fields + infolist_integer + infolist_string + @@ -618,6 +622,7 @@ Elenco di funzioni nelle API per gli script: hdata_pointer + hdata_time + hdata_hashtable + + hdata_compare + hdata_update + hdata_get_string |