diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-06-13 21:45:26 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-06-13 21:45:26 +0200 |
commit | 8046d91f5c00e13ac5e2c979d9b723fb703c1f0f (patch) | |
tree | c35ac63128d2fa1517ffdcc10c79e01414d904db /doc/it/autogen/plugin_api | |
parent | 1e71196aee318a2e7a68242ed2099170b36b9f32 (diff) | |
download | weechat-8046d91f5c00e13ac5e2c979d9b723fb703c1f0f.zip |
core: update description for some hdata
Diffstat (limited to 'doc/it/autogen/plugin_api')
-rw-r--r-- | doc/it/autogen/plugin_api/hdata.txt | 180 |
1 files changed, 90 insertions, 90 deletions
diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt index dfe1344d0..1ad1aceec 100644 --- a/doc/it/autogen/plugin_api/hdata.txt +++ b/doc/it/autogen/plugin_api/hdata.txt @@ -2,7 +2,7 @@ |======================================== | Plugin | Nome | Descrizione | Variables | Lists -| irc | irc_channel | irc channel | +| irc | irc_channel | irc channel | 'type' (integer) + 'name' (string) + 'topic' (string) + @@ -27,28 +27,28 @@ 'buffer' (pointer) + 'buffer_as_string' (string) + 'prev_channel' (pointer) + - 'next_channel' (pointer) | + 'next_channel' (pointer) | - -| irc | irc_channel_speaking | irc channel_speaking | +| irc | irc_channel_speaking | irc channel_speaking | 'nick' (string) + 'time_last_message' (time) + 'prev_nick' (pointer) + - 'next_nick' (pointer) | + 'next_nick' (pointer) | - -| irc | irc_ignore | irc ignore | +| irc | irc_ignore | irc ignore | 'number' (integer) + 'mask' (string) + 'regex_mask' (pointer) + 'server' (string) + 'channel' (string) + 'prev_ignore' (pointer) + - 'next_ignore' (pointer) | + 'next_ignore' (pointer) | 'irc_ignore_list' + 'last_irc_ignore' -| irc | irc_nick | irc nick | +| irc | irc_nick | irc nick | 'name' (string) + 'host' (string) + 'prefixes' (string) + @@ -56,10 +56,10 @@ 'away' (integer) + 'color' (string) + 'prev_nick' (pointer) + - 'next_nick' (pointer) | + 'next_nick' (pointer) | - -| irc | irc_notify | irc notify | +| irc | irc_notify | irc notify | 'server' (pointer) + 'nick' (string) + 'check_away' (integer) + @@ -67,10 +67,10 @@ 'away_message' (string) + 'ison_received' (integer) + 'prev_notify' (pointer) + - 'next_notify' (pointer) | + 'next_notify' (pointer) | - -| irc | irc_redirect | irc redirect | +| irc | irc_redirect | irc redirect | 'server' (pointer) + 'pattern' (string) + 'signal' (string) + @@ -89,10 +89,10 @@ 'output' (string) + 'output_size' (integer) + 'prev_redirect' (pointer) + - 'next_redirect' (pointer) | + 'next_redirect' (pointer) | - -| irc | irc_redirect_pattern | pattern for irc redirect | +| irc | irc_redirect_pattern | pattern for irc redirect | 'name' (string) + 'temp_pattern' (integer) + 'timeout' (integer) + @@ -100,11 +100,11 @@ 'cmd_stop' (string) + 'cmd_extra' (string) + 'prev_redirect' (pointer) + - 'next_redirect' (pointer) | + 'next_redirect' (pointer) | 'irc_redirect_patterns' + 'last_irc_redirect_pattern' -| irc | irc_server | irc server | +| irc | irc_server | irc server | 'name' (string) + 'options' (pointer) + 'temp_server' (integer) + @@ -163,11 +163,11 @@ 'channels' (pointer) + 'last_channel' (pointer) + 'prev_server' (pointer) + - 'next_server' (pointer) | + 'next_server' (pointer) | 'irc_servers' + 'last_irc_server' -| weechat | bar | bar | +| weechat | bar | bar | 'name' (string) + 'options' (pointer) + 'conditions_count' (integer) + @@ -178,21 +178,21 @@ 'bar_window' (pointer) + 'bar_refresh_needed' (integer) + 'prev_bar' (pointer) + - 'next_bar' (pointer) | + 'next_bar' (pointer) | 'gui_bars' + 'last_gui_bar' -| weechat | bar_item | bar item | +| weechat | bar_item | bar item | 'plugin' (pointer) + 'name' (string) + 'build_callback' (pointer) + 'build_callback_data' (pointer) + 'prev_item' (pointer) + - 'next_item' (pointer) | + 'next_item' (pointer) | 'gui_bar_items' + 'last_gui_bar_item' -| weechat | buffer | buffer | +| weechat | buffer | buffer | 'plugin' (pointer) + 'plugin_name_for_upgrade' (string) + 'merge_for_upgrade' (pointer) + @@ -254,11 +254,11 @@ 'keys_count' (integer) + 'local_variables' (pointer) + 'prev_buffer' (pointer) + - 'next_buffer' (pointer) | + 'next_buffer' (pointer) | 'gui_buffers' + 'last_gui_buffer' -| weechat | completion | completion | +| weechat | completion | structure with completion | 'buffer' (pointer) + 'context' (integer) + 'base_command' (string) + @@ -277,17 +277,17 @@ 'diff_size' (integer) + 'diff_length' (integer) + 'partial_completion_list' (pointer) + - 'last_partial_completion' (pointer) | + 'last_partial_completion' (pointer) | - -| weechat | completion_partial | partial completion | +| weechat | completion_partial | structure with partial completion | 'word' (string) + 'count' (integer) + 'prev_item' (pointer) + - 'next_item' (pointer) | + 'next_item' (pointer) | - -| weechat | config_file | config file | +| weechat | config_file | config file | 'plugin' (pointer) + 'name' (string) + 'filename' (string) + @@ -297,11 +297,11 @@ 'sections' (pointer) + 'last_section' (pointer) + 'prev_config' (pointer) + - 'next_config' (pointer) | + 'next_config' (pointer) | 'config_files' + 'last_config_file' -| weechat | config_option | config option | +| weechat | config_option | config option | 'config_file' (pointer) + 'section' (pointer) + 'name' (string) + @@ -321,10 +321,10 @@ 'callback_delete_data' (pointer) + 'loaded' (integer) + 'prev_option' (pointer) + - 'next_option' (pointer) | + 'next_option' (pointer) | - -| weechat | config_section | config section | +| weechat | config_section | config section | 'config_file' (pointer) + 'name' (string) + 'user_can_add_options' (integer) + @@ -342,10 +342,10 @@ 'options' (pointer) + 'last_option' (pointer) + 'prev_section' (pointer) + - 'next_section' (pointer) | + 'next_section' (pointer) | - -| weechat | filter | filter | +| weechat | filter | filter | 'enabled' (integer) + 'name' (string) + 'buffer_name' (string) + @@ -358,17 +358,17 @@ 'regex_prefix' (pointer) + 'regex_message' (pointer) + 'prev_filter' (pointer) + - 'next_filter' (pointer) | + 'next_filter' (pointer) | 'gui_filters' + 'last_gui_filter' -| weechat | history | history of commands in buffer | +| weechat | history | history of commands in buffer | 'text' (string) + 'next_history' (pointer) + - 'prev_history' (pointer) | + 'prev_history' (pointer) | - -| weechat | hook | hook (variables common to all hook types) | +| weechat | hook | hook (variables common to all hook types) | 'plugin' (pointer) + 'type' (integer) + 'deleted' (integer) + @@ -377,10 +377,10 @@ 'callback_data' (pointer) + 'hook_data' (pointer) + 'prev_hook' (pointer) + - 'next_hook' (pointer) | + 'next_hook' (pointer) | - -| weechat | hook_command | hook of type "command" | +| weechat | hook_command | hook of type "command" | 'callback' (pointer) + 'command' (string) + 'description' (string) + @@ -393,30 +393,30 @@ 'cplt_template_num_args' (pointer) + 'cplt_template_args' (pointer) + 'cplt_template_num_args_concat' (integer) + - 'cplt_template_args_concat' (pointer) | + 'cplt_template_args_concat' (pointer) | 'last_weechat_hook_command' + 'weechat_hooks_command' -| weechat | hook_command_run | hook of type "command_run" | +| weechat | hook_command_run | hook of type "command_run" | 'callback' (pointer) + - 'command' (string) | + 'command' (string) | 'last_weechat_hook_command_run' + 'weechat_hooks_command_run' -| weechat | hook_completion | hook of type "completion" | +| weechat | hook_completion | hook of type "completion" | 'callback' (pointer) + 'completion_item' (string) + - 'description' (string) | + 'description' (string) | 'last_weechat_hook_completion' + 'weechat_hooks_completion' -| weechat | hook_config | hook of type "config" | +| weechat | hook_config | hook of type "config" | 'callback' (pointer) + - 'option' (string) | + 'option' (string) | 'last_weechat_hook_config' + 'weechat_hooks_config' -| weechat | hook_connect | hook of type "connect" | +| weechat | hook_connect | hook of type "connect" | 'callback' (pointer) + 'proxy' (string) + 'address' (string) + @@ -435,73 +435,73 @@ 'handshake_hook_fd' (pointer) + 'handshake_hook_timer' (pointer) + 'handshake_fd_flags' (integer) + - 'handshake_ip_address' (string) | + 'handshake_ip_address' (string) | 'last_weechat_hook_connect' + 'weechat_hooks_connect' -| weechat | hook_fd | hook of type "fd" | +| weechat | hook_fd | hook of type "fd" | 'callback' (pointer) + 'fd' (integer) + - 'flags' (integer) | + 'flags' (integer) | 'last_weechat_hook_fd' + 'weechat_hooks_fd' -| weechat | hook_hdata | hook of type "hdata" | +| weechat | hook_hdata | hook of type "hdata" | 'callback' (pointer) + 'hdata_name' (string) + - 'description' (string) | + 'description' (string) | 'last_weechat_hook_hdata' + 'weechat_hooks_hdata' -| weechat | hook_hsignal | hook of type "hsignal" | +| weechat | hook_hsignal | hook of type "hsignal" | 'callback' (pointer) + - 'signal' (string) | + 'signal' (string) | 'last_weechat_hook_hsignal' + 'weechat_hooks_hsignal' -| weechat | hook_info | hook of type "info" | +| weechat | hook_info | hook of type "info" | 'callback' (pointer) + 'info_name' (string) + 'description' (string) + - 'args_description' (string) | + 'args_description' (string) | 'last_weechat_hook_info' + 'weechat_hooks_info' -| weechat | hook_info_hashtable | hook of type "info_hashtable" | +| weechat | hook_info_hashtable | hook of type "info_hashtable" | 'callback' (pointer) + 'info_name' (string) + 'description' (string) + 'args_description' (string) + - 'output_description' (string) | + 'output_description' (string) | 'last_weechat_hook_info_hashtable' + 'weechat_hooks_info_hashtable' -| weechat | hook_infolist | hook of type "infolist" | +| weechat | hook_infolist | hook of type "infolist" | 'callback' (pointer) + 'infolist_name' (string) + 'description' (string) + 'pointer_description' (string) + - 'args_description' (string) | + 'args_description' (string) | 'last_weechat_hook_infolist' + 'weechat_hooks_infolist' -| weechat | hook_modifier | hook of type "modifier" | +| weechat | hook_modifier | hook of type "modifier" | 'callback' (pointer) + - 'modifier' (string) | + 'modifier' (string) | 'last_weechat_hook_modifier' + 'weechat_hooks_modifier' -| weechat | hook_print | hook of type "print" | +| weechat | hook_print | hook of type "print" | 'callback' (pointer) + 'buffer' (pointer) + 'tags_count' (integer) + 'tags_array' (pointer) + 'message' (string) + - 'strip_colors' (integer) | + 'strip_colors' (integer) | 'last_weechat_hook_print' + 'weechat_hooks_print' -| weechat | hook_process | hook of type "process" | +| weechat | hook_process | hook of type "process" | 'callback' (pointer) + 'command' (string) + 'timeout' (long) + @@ -511,50 +511,50 @@ 'hook_fd' (pointer) + 'hook_timer' (pointer) + 'buffer' (pointer) + - 'buffer_size' (pointer) | + 'buffer_size' (pointer) | 'last_weechat_hook_process' + 'weechat_hooks_process' -| weechat | hook_signal | hook of type "signal" | +| weechat | hook_signal | hook of type "signal" | 'callback' (pointer) + - 'signal' (string) | + 'signal' (string) | 'last_weechat_hook_signal' + 'weechat_hooks_signal' -| weechat | hook_timer | hook of type "timer" | +| weechat | hook_timer | hook of type "timer" | 'callback' (pointer) + 'interval' (long) + 'align_second' (integer) + 'remaining_calls' (integer) + 'last_exec' (other) + - 'next_exec' (other) | + 'next_exec' (other) | 'last_weechat_hook_timer' + 'weechat_hooks_timer' -| weechat | input_undo | undo for input line | +| weechat | input_undo | structure with undo for input line | 'data' (string) + 'pos' (integer) + 'prev_undo' (pointer) + - 'next_undo' (pointer) | + 'next_undo' (pointer) | - -| weechat | key | key | +| weechat | key | a key (keyboard shortcut) | 'key' (string) + 'command' (string) + 'prev_key' (pointer) + - 'next_key' (pointer) | + 'next_key' (pointer) | 'gui_default_keys' + 'gui_keys' + 'last_gui_default_key' + 'last_gui_key' -| weechat | line | line | +| weechat | line | structure with one line | 'data' (pointer) + 'prev_line' (pointer) + - 'next_line' (pointer) | + 'next_line' (pointer) | - -| weechat | line_data | line data | +| weechat | line_data | structure with one line data | 'buffer' (pointer) + 'y' (integer) + 'date' (time) + @@ -567,10 +567,10 @@ 'refresh_needed' (integer) + 'prefix' (string) + 'prefix_length' (integer) + - 'message' (string) | + 'message' (string) | - -| weechat | lines | lines | +| weechat | lines | structure with lines | 'first_line' (pointer) + 'last_line' (pointer) + 'last_read_line' (pointer) + @@ -578,10 +578,10 @@ 'first_line_not_read' (integer) + 'lines_hidden' (integer) + 'buffer_max_length' (integer) + - 'prefix_max_length' (integer) | + 'prefix_max_length' (integer) | - -| weechat | nick | nick in nicklist | +| weechat | nick | nick in nicklist | 'group' (pointer) + 'name' (string) + 'color' (string) + @@ -589,10 +589,10 @@ 'prefix_color' (string) + 'visible' (integer) + 'prev_nick' (pointer) + - 'next_nick' (pointer) | + 'next_nick' (pointer) | - -| weechat | nick_group | group in nicklist | +| weechat | nick_group | group in nicklist | 'name' (string) + 'color' (string) + 'visible' (integer) + @@ -603,10 +603,10 @@ 'nicks' (pointer) + 'last_nick' (pointer) + 'prev_group' (pointer) + - 'next_group' (pointer) | + 'next_group' (pointer) | - -| weechat | window | window | +| weechat | window | window | 'win_x' (integer) + 'win_y' (integer) + 'win_width' (integer) + @@ -629,12 +629,12 @@ 'scroll' (pointer) + 'ptr_tree' (pointer) + 'prev_window' (pointer) + - 'next_window' (pointer) | + 'next_window' (pointer) | 'gui_current_window' + 'gui_windows' + 'last_gui_window' -| weechat | window_scroll | scroll info in window | +| weechat | window_scroll | scroll info in window | 'buffer' (pointer) + 'first_line_displayed' (integer) + 'start_line' (pointer) + @@ -644,16 +644,16 @@ 'lines_after' (integer) + 'reset_allowed' (integer) + 'prev_scroll' (pointer) + - 'next_scroll' (pointer) | + 'next_scroll' (pointer) | - -| weechat | window_tree | tree of windows | +| weechat | window_tree | tree of windows | 'parent_node' (pointer) + 'split_pct' (integer) + 'split_horizontal' (integer) + 'child1' (pointer) + 'child2' (pointer) + - 'window' (pointer) | + 'window' (pointer) | 'gui_windows_tree' |======================================== |