summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-01-11 09:39:12 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-01-11 09:39:12 +0100
commit520f7369ba389c09759ea5418c9d0e2f4b1d75e1 (patch)
treef730c88ca365079a9a95fd1f0c5b04c5bbb4a036 /doc/it
parent48837c35bc24cbab1bd518e260b0173d0ae787e1 (diff)
downloadweechat-520f7369ba389c09759ea5418c9d0e2f4b1d75e1.zip
doc: add missing functions strlen_screen and hook_set in scripting guide
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_scripting.it.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/it/weechat_scripting.it.txt b/doc/it/weechat_scripting.it.txt
index 603e55aa7..1481c4ff1 100644
--- a/doc/it/weechat_scripting.it.txt
+++ b/doc/it/weechat_scripting.it.txt
@@ -366,7 +366,7 @@ Elenco di funzioni nelle API per gli script:
plugin_get_name
| stringhe |
charset_set, iconv_to_internal, iconv_from_internal, gettext, ngettext, +
- string_match, string_has_highlight, string_has_highlight_regex,
+ strlen_screen, string_match, string_has_highlight, string_has_highlight_regex,
string_mask_to_regex, string_remove_color, string_is_command_char,
string_input_for_buffer, string_eval_expression
| directory |
@@ -399,7 +399,8 @@ Elenco di funzioni nelle API per gli script:
hook_process_hashtable, hook_connect, hook_print, hook_signal,
hook_signal_send, hook_hsignal, hook_hsignal_send, hook_config,
hook_completion, hook_completion_list_add, hook_modifier, hook_modifier_exec,
- hook_info, hook_info_hashtable, hook_infolist, hook_focus, unhook, unhook_all
+ hook_info, hook_info_hashtable, hook_infolist, hook_focus, hook_set, unhook,
+ unhook_all
| buffer |
buffer_new, current_buffer, buffer_search, buffer_search_main, buffer_clear,
buffer_close, buffer_merge, buffer_unmerge, buffer_get_integer,