diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-21 10:48:38 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-04-21 10:48:38 +0200 |
commit | 09c5e8cbdf6f4bd305677f01cc7d8f8f3659eb47 (patch) | |
tree | d60bd5ea4214f9400a789495e87106a8d10ebc1d /doc/en | |
parent | 4cf6628d85ff4cef0624fb2f8e5fa54c9de6a3e4 (diff) | |
download | weechat-09c5e8cbdf6f4bd305677f01cc7d8f8f3659eb47.zip |
doc: add missing functions in scripting guide
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_scripting.en.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/en/weechat_scripting.en.txt b/doc/en/weechat_scripting.en.txt index 32e3859a3..820df6066 100644 --- a/doc/en/weechat_scripting.en.txt +++ b/doc/en/weechat_scripting.en.txt @@ -377,7 +377,7 @@ List of functions in script API: charset_set, iconv_to_internal, iconv_from_internal, gettext, ngettext, + 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_input_for_buffer, string_eval_expression | directories | mkdir_home, mkdir, mkdir_parents | sorted lists | @@ -438,6 +438,7 @@ List of functions in script API: infolist_time, infolist_free | hdata | hdata_get, hdata_get_var_offset, hdata_get_var_type_string, + hdata_get_var_array_size, hdata_get_var_array_size_string, hdata_get_var_hdata, hdata_get_list, hdata_check_pointer, hdata_move, hdata_char, hdata_integer, hdata_long, hdata_string, hdata_pointer, hdata_time, hdata_hashtable, hdata_get_string |