summaryrefslogtreecommitdiff
path: root/doc/pl/autogen/plugin_api
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2016-05-14 23:44:36 +0200
committerSébastien Helleu <flashcode@flashtux.org>2016-05-14 23:44:36 +0200
commit81fa60a23a29e3bb6525494587008d75eae44f28 (patch)
treeb6dc55b9a0404efb9819647e66f1c5688728897a /doc/pl/autogen/plugin_api
parente6dda930e88f94448099a424f8247de7bf831e02 (diff)
downloadweechat-81fa60a23a29e3bb6525494587008d75eae44f28.zip
doc: fix styles in auto-generated doc files (issue #722)
Diffstat (limited to 'doc/pl/autogen/plugin_api')
-rw-r--r--doc/pl/autogen/plugin_api/completions.asciidoc2
-rw-r--r--doc/pl/autogen/plugin_api/hdata.asciidoc1829
-rw-r--r--doc/pl/autogen/plugin_api/infos_hashtable.asciidoc2
3 files changed, 972 insertions, 861 deletions
diff --git a/doc/pl/autogen/plugin_api/completions.asciidoc b/doc/pl/autogen/plugin_api/completions.asciidoc
index 854c616a3..824dc557d 100644
--- a/doc/pl/autogen/plugin_api/completions.asciidoc
+++ b/doc/pl/autogen/plugin_api/completions.asciidoc
@@ -2,7 +2,7 @@
// This file is auto-generated by script docgen.py.
// DO NOT EDIT BY HAND!
//
-[width="65%",cols="^1,^2,8",options="header"]
+[width="100%",cols="^1,^2,7",options="header"]
|===
| Wtyczka | Nazwa | Opis
diff --git a/doc/pl/autogen/plugin_api/hdata.asciidoc b/doc/pl/autogen/plugin_api/hdata.asciidoc
index 20487fb8e..02588bc98 100644
--- a/doc/pl/autogen/plugin_api/hdata.asciidoc
+++ b/doc/pl/autogen/plugin_api/hdata.asciidoc
@@ -2,862 +2,973 @@
// This file is auto-generated by script docgen.py.
// DO NOT EDIT BY HAND!
//
-* [[hdata_guile_script]]<<hdata_guile_script,'guile_script'>>: lista skryptów
-** wtyczka: guile
-** zmienne:
-*** 'filename' (string)
-*** 'interpreter' (pointer)
-*** 'name' (string)
-*** 'author' (string)
-*** 'version' (string)
-*** 'license' (string)
-*** 'description' (string)
-*** 'shutdown_func' (string)
-*** 'charset' (string)
-*** 'unloading' (integer)
-*** 'prev_script' (pointer, hdata: "guile_script")
-*** 'next_script' (pointer, hdata: "guile_script")
-** listy:
-*** 'last_script'
-*** 'scripts'
-* [[hdata_irc_channel]]<<hdata_irc_channel,'irc_channel'>>: kanał irc
-** wtyczka: irc
-** zmienne:
-*** 'type' (integer)
-*** 'name' (string)
-*** 'topic' (string)
-*** 'modes' (string)
-*** 'limit' (integer)
-*** 'key' (string)
-*** 'join_msg_received' (hashtable)
-*** 'checking_whox' (integer)
-*** 'away_message' (string)
-*** 'has_quit_server' (integer)
-*** 'cycle' (integer)
-*** 'part' (integer)
-*** 'nick_completion_reset' (integer)
-*** 'pv_remote_nick_color' (string)
-*** 'hook_autorejoin' (pointer)
-*** 'nicks_count' (integer)
-*** 'nicks' (pointer, hdata: "irc_nick")
-*** 'last_nick' (pointer, hdata: "irc_nick")
-*** 'nicks_speaking' (pointer)
-*** 'nicks_speaking_time' (pointer, hdata: "irc_channel_speaking")
-*** 'last_nick_speaking_time' (pointer, hdata: "irc_channel_speaking")
-*** 'join_smart_filtered' (hashtable)
-*** 'buffer' (pointer, hdata: "buffer")
-*** 'buffer_as_string' (string)
-*** 'prev_channel' (pointer, hdata: "irc_channel")
-*** 'next_channel' (pointer, hdata: "irc_channel")
-* [[hdata_irc_channel_speaking]]<<hdata_irc_channel_speaking,'irc_channel_speaking'>>: irc channel_speaking
-** wtyczka: irc
-** zmienne:
-*** 'nick' (string)
-*** 'time_last_message' (time)
-*** 'prev_nick' (pointer, hdata: "irc_channel_speaking")
-*** 'next_nick' (pointer, hdata: "irc_channel_speaking")
-* [[hdata_irc_ignore]]<<hdata_irc_ignore,'irc_ignore'>>: ignorowanie irc
-** wtyczka: irc
-** zmienne:
-*** 'number' (integer)
-*** 'mask' (string)
-*** 'regex_mask' (pointer)
-*** 'server' (string)
-*** 'channel' (string)
-*** 'prev_ignore' (pointer, hdata: "irc_ignore")
-*** 'next_ignore' (pointer, hdata: "irc_ignore")
-** listy:
-*** 'irc_ignore_list'
-*** 'last_irc_ignore'
-* [[hdata_irc_nick]]<<hdata_irc_nick,'irc_nick'>>: nazwa użytkownika irc
-** wtyczka: irc
-** zmienne:
-*** 'name' (string)
-*** 'host' (string)
-*** 'prefixes' (string)
-*** 'prefix' (string)
-*** 'away' (integer)
-*** 'account' (string)
-*** 'realname' (string)
-*** 'color' (string)
-*** 'prev_nick' (pointer, hdata: "irc_nick")
-*** 'next_nick' (pointer, hdata: "irc_nick")
-* [[hdata_irc_notify]]<<hdata_irc_notify,'irc_notify'>>: powiadomienia irc
-** wtyczka: irc
-** zmienne:
-*** 'server' (pointer, hdata: "irc_server")
-*** 'nick' (string)
-*** 'check_away' (integer)
-*** 'is_on_server' (integer)
-*** 'away_message' (string)
-*** 'ison_received' (integer)
-*** 'prev_notify' (pointer, hdata: "irc_notify")
-*** 'next_notify' (pointer, hdata: "irc_notify")
-* [[hdata_irc_redirect]]<<hdata_irc_redirect,'irc_redirect'>>: przekierowanie irc
-** wtyczka: irc
-** zmienne:
-*** 'server' (pointer, hdata: "irc_server")
-*** 'pattern' (string)
-*** 'signal' (string)
-*** 'count' (integer)
-*** 'current_count' (integer)
-*** 'string' (string)
-*** 'timeout' (integer)
-*** 'command' (string)
-*** 'assigned_to_command' (integer)
-*** 'start_time' (time)
-*** 'cmd_start' (hashtable)
-*** 'cmd_stop' (hashtable)
-*** 'cmd_extra' (hashtable)
-*** 'cmd_start_received' (integer)
-*** 'cmd_stop_received' (integer)
-*** 'cmd_filter' (hashtable)
-*** 'output' (string)
-*** 'output_size' (integer)
-*** 'prev_redirect' (pointer, hdata: "irc_redirect")
-*** 'next_redirect' (pointer, hdata: "irc_redirect")
-* [[hdata_irc_redirect_pattern]]<<hdata_irc_redirect_pattern,'irc_redirect_pattern'>>: wzorzec dla przekierowania irc
-** wtyczka: irc
-** zmienne:
-*** 'name' (string)
-*** 'temp_pattern' (integer)
-*** 'timeout' (integer)
-*** 'cmd_start' (string)
-*** 'cmd_stop' (string)
-*** 'cmd_extra' (string)
-*** 'prev_redirect' (pointer, hdata: "irc_redirect_pattern")
-*** 'next_redirect' (pointer, hdata: "irc_redirect_pattern")
-** listy:
-*** 'irc_redirect_patterns'
-*** 'last_irc_redirect_pattern'
-* [[hdata_irc_server]]<<hdata_irc_server,'irc_server'>>: serwer irc
-** wtyczka: irc
-** zmienne:
-*** 'name' (string)
-*** 'options' (pointer)
-*** 'temp_server' (integer)
-*** 'reloading_from_config' (integer)
-*** 'reloaded_from_config' (integer)
-*** 'addresses_count' (integer)
-*** 'addresses_array' (string, array_size: "addresses_count")
-*** 'ports_array' (integer, array_size: "addresses_count")
-*** 'retry_array' (integer, array_size: "addresses_count")
-*** 'index_current_address' (integer)
-*** 'current_address' (string)
-*** 'current_ip' (string)
-*** 'current_port' (integer)
-*** 'current_retry' (integer)
-*** 'sock' (integer)
-*** 'hook_connect' (pointer, hdata: "hook")
-*** 'hook_fd' (pointer, hdata: "hook")
-*** 'hook_timer_connection' (pointer, hdata: "hook")
-*** 'hook_timer_sasl' (pointer, hdata: "hook")
-*** 'is_connected' (integer)
-*** 'ssl_connected' (integer)
-*** 'disconnected' (integer)
-*** 'gnutls_sess' (other)
-*** 'tls_cert' (other)
-*** 'tls_cert_key' (other)
-*** 'unterminated_message' (string)
-*** 'nicks_count' (integer)
-*** 'nicks_array' (string, array_size: "nicks_count")
-*** 'nick_first_tried' (integer)
-*** 'nick_alternate_number' (integer)
-*** 'nick' (string)
-*** 'nick_modes' (string)
-*** 'cap_away_notify' (integer)
-*** 'cap_account_notify' (integer)
-*** 'cap_extended_join' (integer)
-*** 'isupport' (string)
-*** 'prefix_modes' (string)
-*** 'prefix_chars' (string)
-*** 'nick_max_length' (integer)
-*** 'casemapping' (integer)
-*** 'chantypes' (string)
-*** 'chanmodes' (string)
-*** 'monitor' (integer)
-*** 'monitor_time' (time)
-*** 'reconnect_delay' (integer)
-*** 'reconnect_start' (time)
-*** 'command_time' (time)
-*** 'reconnect_join' (integer)
-*** 'disable_autojoin' (integer)
-*** 'is_away' (integer)
-*** 'away_message' (string)
-*** 'away_time' (time)
-*** 'lag' (integer)
-*** 'lag_displayed' (integer)
-*** 'lag_check_time' (other)
-*** 'lag_next_check' (time)
-*** 'lag_last_refresh' (time)
-*** 'cmd_list_regexp' (pointer)
-*** 'last_user_message' (time)
-*** 'last_away_check' (time)
-*** 'last_data_purge' (time)
-*** 'outqueue' (pointer)
-*** 'last_outqueue' (pointer)
-*** 'redirects' (pointer, hdata: "irc_redirect")
-*** 'last_redirect' (pointer, hdata: "irc_redirect")
-*** 'notify_list' (pointer, hdata: "irc_notify")
-*** 'last_notify' (pointer, hdata: "irc_notify")
-*** 'notify_count' (integer)
-*** 'join_manual' (hashtable)
-*** 'join_channel_key' (hashtable)
-*** 'join_noswitch' (hashtable)
-*** 'buffer' (pointer, hdata: "buffer")
-*** 'buffer_as_string' (string)
-*** 'channels' (pointer, hdata: "irc_channel")
-*** 'last_channel' (pointer, hdata: "irc_channel")
-*** 'prev_server' (pointer, hdata: "irc_server")
-*** 'next_server' (pointer, hdata: "irc_server")
-** listy:
-*** 'irc_servers'
-*** 'last_irc_server'
-* [[hdata_javascript_script]]<<hdata_javascript_script,'javascript_script'>>: lista skryptów
-** wtyczka: javascript
-** zmienne:
-*** 'filename' (string)
-*** 'interpreter' (pointer)
-*** 'name' (string)
-*** 'author' (string)
-*** 'version' (string)
-*** 'license' (string)
-*** 'description' (string)
-*** 'shutdown_func' (string)
-*** 'charset' (string)
-*** 'unloading' (integer)
-*** 'prev_script' (pointer, hdata: "javascript_script")
-*** 'next_script' (pointer, hdata: "javascript_script")
-** listy:
-*** 'last_script'
-*** 'scripts'
-* [[hdata_lua_script]]<<hdata_lua_script,'lua_script'>>: lista skryptów
-** wtyczka: lua
-** zmienne:
-*** 'filename' (string)
-*** 'interpreter' (pointer)
-*** 'name' (string)
-*** 'author' (string)
-*** 'version' (string)
-*** 'license' (string)
-*** 'description' (string)
-*** 'shutdown_func' (string)
-*** 'charset' (string)
-*** 'unloading' (integer)
-*** 'prev_script' (pointer, hdata: "lua_script")
-*** 'next_script' (pointer, hdata: "lua_script")
-** listy:
-*** 'last_script'
-*** 'scripts'
-* [[hdata_perl_script]]<<hdata_perl_script,'perl_script'>>: lista skryptów
-** wtyczka: perl
-** zmienne:
-*** 'filename' (string)
-*** 'interpreter' (pointer)
-*** 'name' (string)
-*** 'author' (string)
-*** 'version' (string)
-*** 'license' (string)
-*** 'description' (string)
-*** 'shutdown_func' (string)
-*** 'charset' (string)
-*** 'unloading' (integer)
-*** 'prev_script' (pointer, hdata: "perl_script")
-*** 'next_script' (pointer, hdata: "perl_script")
-** listy:
-*** 'last_script'
-*** 'scripts'
-* [[hdata_python_script]]<<hdata_python_script,'python_script'>>: lista skryptów
-** wtyczka: python
-** zmienne:
-*** 'filename' (string)
-*** 'interpreter' (pointer)
-*** 'name' (string)
-*** 'author' (string)
-*** 'version' (string)
-*** 'license' (string)
-*** 'description' (string)
-*** 'shutdown_func' (string)
-*** 'charset' (string)
-*** 'unloading' (integer)
-*** 'prev_script' (pointer, hdata: "python_script")
-*** 'next_script' (pointer, hdata: "python_script")
-** listy:
-*** 'last_script'
-*** 'scripts'
-* [[hdata_ruby_script]]<<hdata_ruby_script,'ruby_script'>>: lista skryptów
-** wtyczka: ruby
-** zmienne:
-*** 'filename' (string)
-*** 'interpreter' (pointer)
-*** 'name' (string)
-*** 'author' (string)
-*** 'version' (string)
-*** 'license' (string)
-*** 'description' (string)
-*** 'shutdown_func' (string)
-*** 'charset' (string)
-*** 'unloading' (integer)
-*** 'prev_script' (pointer, hdata: "ruby_script")
-*** 'next_script' (pointer, hdata: "ruby_script")
-** listy:
-*** 'last_script'
-*** 'scripts'
-* [[hdata_script_script]]<<hdata_script_script,'script_script'>>: skrypty z repozytorium
-** wtyczka: script
-** zmienne:
-*** 'name' (string)
-*** 'name_with_extension' (string)
-*** 'language' (integer)
-*** 'author' (string)
-*** 'mail' (string)
-*** 'version' (string)
-*** 'license' (string)
-*** 'description' (string)
-*** 'tags' (string)
-*** 'requirements' (string)
-*** 'min_weechat' (string)
-*** 'max_weechat' (string)
-*** 'md5sum' (string)
-*** 'url' (string)
-*** 'popularity' (integer)
-*** 'date_added' (time)
-*** 'date_updated' (time)
-*** 'status' (integer)
-*** 'version_loaded' (string)
-*** 'displayed' (integer)
-*** 'install_order' (integer)
-*** 'prev_script' (pointer, hdata: "script_script")
-*** 'next_script' (pointer, hdata: "script_script")
-** listy:
-*** 'last_script_repo'
-*** 'scripts_repo'
-* [[hdata_tcl_script]]<<hdata_tcl_script,'tcl_script'>>: lista skryptów
-** wtyczka: tcl
-** zmienne:
-*** 'filename' (string)
-*** 'interpreter' (pointer)
-*** 'name' (string)
-*** 'author' (string)
-*** 'version' (string)
-*** 'license' (string)
-*** 'description' (string)
-*** 'shutdown_func' (string)
-*** 'charset' (string)
-*** 'unloading' (integer)
-*** 'prev_script' (pointer, hdata: "tcl_script")
-*** 'next_script' (pointer, hdata: "tcl_script")
-** listy:
-*** 'last_script'
-*** 'scripts'
-* [[hdata_bar]]<<hdata_bar,'bar'>>: pasek
-** wtyczka: weechat
-** zmienne:
-*** 'name' (string)
-*** 'options' (pointer)
-*** 'items_count' (integer)
-*** 'items_subcount' (pointer)
-*** 'items_array' (pointer)
-*** 'items_buffer' (pointer)
-*** 'items_prefix' (pointer)
-*** 'items_name' (pointer)
-*** 'items_suffix' (pointer)
-*** 'bar_window' (pointer, hdata: "bar_window")
-*** 'bar_refresh_needed' (integer)
-*** 'prev_bar' (pointer, hdata: "bar")
-*** 'next_bar' (pointer, hdata: "bar")
-** listy:
-*** 'gui_bars'
-*** 'last_gui_bar'
-* [[hdata_bar_item]]<<hdata_bar_item,'bar_item'>>: element paska
-** wtyczka: weechat
-** zmienne:
-*** 'plugin' (pointer, hdata: "plugin")
-*** 'name' (string)
-*** 'build_callback' (pointer)
-*** 'build_callback_pointer' (pointer)
-*** 'build_callback_data' (pointer)
-*** 'prev_item' (pointer, hdata: "bar_item")
-*** 'next_item' (pointer, hdata: "bar_item")
-** listy:
-*** 'gui_bar_items'
-*** 'last_gui_bar_item'
-* [[hdata_bar_window]]<<hdata_bar_window,'bar_window'>>: okno paska
-** wtyczka: weechat
-** zmienne:
-*** 'bar' (pointer, hdata: "bar")
-*** 'x' (integer)
-*** 'y' (integer)
-*** 'width' (integer)
-*** 'height' (integer)
-*** 'scroll_x' (integer)
-*** 'scroll_y' (integer)
-*** 'cursor_x' (integer)
-*** 'cursor_y' (integer)
-*** 'current_size' (integer)
-*** 'items_count' (integer)
-*** 'items_subcount' (pointer)
-*** 'items_content' (pointer)
-*** 'items_num_lines' (pointer)
-*** 'items_refresh_needed' (pointer)
-*** 'screen_col_size' (integer)
-*** 'screen_lines' (integer)
-*** 'coords_count' (integer)
-*** 'coords' (pointer)
-*** 'gui_objects' (pointer)
-*** 'prev_bar_window' (pointer, hdata: "bar_window")
-*** 'next_bar_window' (pointer, hdata: "bar_window")
-* [[hdata_buffer]]<<hdata_buffer,'buffer'>>: bufor
-** wtyczka: weechat
-** zmienne:
-*** 'plugin' (pointer, hdata: "plugin")
-*** 'plugin_name_for_upgrade' (string)
-*** 'number' (integer)
-*** 'layout_number' (integer)
-*** 'layout_number_merge_order' (integer)
-*** 'name' (string)
-*** 'full_name' (string)
-*** 'short_name' (string)
-*** 'type' (integer)
-*** 'notify' (integer)
-*** 'num_displayed' (integer)
-*** 'active' (integer)
-*** 'hidden' (integer)
-*** 'zoomed' (integer)
-*** 'print_hooks_enabled' (integer)
-*** 'day_change' (integer)
-*** 'clear' (integer)
-*** 'filter' (integer)
-*** 'close_callback' (pointer)
-*** 'close_callback_pointer' (pointer)
-*** 'close_callback_data' (pointer)
-*** 'closing' (integer)
-*** 'title' (string)
-*** 'own_lines' (pointer, hdata: "lines")
-*** 'mixed_lines' (pointer, hdata: "lines")
-*** 'lines' (pointer, hdata: "lines")
-*** 'time_for_each_line' (integer)
-*** 'chat_refresh_needed' (integer)
-*** 'nicklist' (integer)
-*** 'nicklist_case_sensitive' (integer)
-*** 'nicklist_root' (pointer, hdata: "nick_group")
-*** 'nicklist_max_length' (integer)
-*** 'nicklist_display_groups' (integer)
-*** 'nicklist_count' (integer)
-*** 'nicklist_groups_count' (integer)
-*** 'nicklist_nicks_count' (integer)
-*** 'nicklist_visible_count' (integer)
-*** 'nickcmp_callback' (pointer)
-*** 'nickcmp_callback_pointer' (pointer)
-*** 'nickcmp_callback_data' (pointer)
-*** 'input' (integer)
-*** 'input_callback' (pointer)
-*** 'input_callback_pointer' (pointer)
-*** 'input_callback_data' (pointer)
-*** 'input_get_unknown_commands' (integer)
-*** 'input_buffer' (string)
-*** 'input_buffer_alloc' (integer)
-*** 'input_buffer_size' (integer)
-*** 'input_buffer_length' (integer)
-*** 'input_buffer_pos' (integer)
-*** 'input_buffer_1st_display' (integer)
-*** 'input_undo_snap' (pointer, hdata: "input_undo")
-*** 'input_undo' (pointer, hdata: "input_undo")
-*** 'last_input_undo' (pointer, hdata: "input_undo")
-*** 'ptr_input_undo' (pointer, hdata: "input_undo")
-*** 'input_undo_count' (integer)
-*** 'completion' (pointer, hdata: "completion")
-*** 'history' (pointer, hdata: "history")
-*** 'last_history' (pointer, hdata: "history")
-*** 'ptr_history' (pointer, hdata: "history")
-*** 'num_history' (integer)
-*** 'text_search' (integer)
-*** 'text_search_exact' (integer)
-*** 'text_search_regex' (integer)
-*** 'text_search_regex_compiled' (pointer)
-*** 'text_search_where' (integer)
-*** 'text_search_found' (integer)
-*** 'text_search_input' (string)
-*** 'highlight_words' (string)
-*** 'highlight_regex' (string)
-*** 'highlight_regex_compiled' (pointer)
-*** 'highlight_tags_restrict' (string)
-*** 'highlight_tags_restrict_count' (integer)
-*** 'highlight_tags_restrict_array' (pointer, array_size: "highlight_tags_restrict_count")
-*** 'highlight_tags' (string)
-*** 'highlight_tags_count' (integer)
-*** 'highlight_tags_array' (pointer, array_size: "highlight_tags_count")
-*** 'hotlist_max_level_nicks' (hashtable)
-*** 'keys' (pointer, hdata: "key")
-*** 'last_key' (pointer, hdata: "key")
-*** 'keys_count' (integer)
-*** 'local_variables' (hashtable)
-*** 'prev_buffer' (pointer, hdata: "buffer")
-*** 'next_buffer' (pointer, hdata: "buffer")
-** listy:
-*** 'gui_buffer_last_displayed'
-*** 'gui_buffers'
-*** 'last_gui_buffer'
-* [[hdata_buffer_visited]]<<hdata_buffer_visited,'buffer_visited'>>: odwiedzony bufor
-** wtyczka: weechat
-** zmienne:
-*** 'buffer' (pointer, hdata: "buffer")
-*** 'prev_buffer' (pointer, hdata: "buffer_visited")
-*** 'next_buffer' (pointer, hdata: "buffer_visited")
-** listy:
-*** 'gui_buffers_visited'
-*** 'last_gui_buffer_visited'
-* [[hdata_completion]]<<hdata_completion,'completion'>>: struktura z uzupełnianiem
-** wtyczka: weechat
-** zmienne:
-*** 'buffer' (pointer, hdata: "buffer")
-*** 'context' (integer)
-*** 'base_command' (string)
-*** 'base_command_arg_index' (integer)
-*** 'base_word' (string)
-*** 'base_word_pos' (integer)
-*** 'position' (integer)
-*** 'args' (string)
-*** 'direction' (integer)
-*** 'add_space' (integer)
-*** 'force_partial_completion' (integer)
-*** 'list' (pointer)
-*** 'word_found' (string)
-*** 'word_found_is_nick' (integer)
-*** 'position_replace' (integer)
-*** 'diff_size' (integer)
-*** 'diff_length' (integer)
-*** 'partial_list' (pointer)
-* [[hdata_config_file]]<<hdata_config_file,'config_file'>>: plik konfiguracyjne
-** wtyczka: weechat
-** zmienne:
-*** 'plugin' (pointer, hdata: "plugin")
-*** 'name' (string)
-*** 'filename' (string)
-*** 'file' (pointer)
-*** 'callback_reload' (pointer)
-*** 'callback_reload_pointer' (pointer)
-*** 'callback_reload_data' (pointer)
-*** 'sections' (pointer, hdata: "config_section")
-*** 'last_section' (pointer, hdata: "config_section")
-*** 'prev_config' (pointer, hdata: "config_file")
-*** 'next_config' (pointer, hdata: "config_file")
-** listy:
-*** 'config_files'
-*** 'last_config_file'
-* [[hdata_config_option]]<<hdata_config_option,'config_option'>>: opcja konfiguracyjna
-** wtyczka: weechat
-** zmienne:
-*** 'config_file' (pointer, hdata: "config_file")
-*** 'section' (pointer, hdata: "config_section")
-*** 'name' (string)
-*** 'parent_name' (string)
-*** 'type' (integer)
-*** 'description' (string)
-*** 'string_values' (string, array_size: "*")
-*** 'min' (integer)
-*** 'max' (integer)
-*** 'default_value' (pointer)
-*** 'value' (pointer)
-*** 'null_value_allowed' (integer)
-*** 'callback_check_value' (pointer)
-*** 'callback_check_value_pointer' (pointer)
-*** 'callback_check_value_data' (pointer)
-*** 'callback_change' (pointer)
-*** 'callback_change_pointer' (pointer)
-*** 'callback_change_data' (pointer)
-*** 'callback_delete' (pointer)
-*** 'callback_delete_pointer' (pointer)
-*** 'callback_delete_data' (pointer)
-*** 'loaded' (integer)
-*** 'prev_option' (pointer, hdata: "config_option")
-*** 'next_option' (pointer, hdata: "config_option")
-* [[hdata_config_section]]<<hdata_config_section,'config_section'>>: sekcja konfiguracyjna
-** wtyczka: weechat
-** zmienne:
-*** 'config_file' (pointer, hdata: "config_file")
-*** 'name' (string)
-*** 'user_can_add_options' (integer)
-*** 'user_can_delete_options' (integer)
-*** 'callback_read' (pointer)
-*** 'callback_read_pointer' (pointer)
-*** 'callback_read_data' (pointer)
-*** 'callback_write' (pointer)
-*** 'callback_write_pointer' (pointer)
-*** 'callback_write_data' (pointer)
-*** 'callback_write_default' (pointer)
-*** 'callback_write_default_pointer' (pointer)
-*** 'callback_write_default_data' (pointer)
-*** 'callback_create_option' (pointer)
-*** 'callback_create_option_pointer' (pointer)
-*** 'callback_create_option_data' (pointer)
-*** 'callback_delete_option' (pointer)
-*** 'callback_delete_option_pointer' (pointer)
-*** 'callback_delete_option_data' (pointer)
-*** 'options' (pointer, hdata: "config_option")
-*** 'last_option' (pointer, hdata: "config_option")
-*** 'prev_section' (pointer, hdata: "config_section")
-*** 'next_section' (pointer, hdata: "config_section")
-* [[hdata_filter]]<<hdata_filter,'filter'>>: filtr
-** wtyczka: weechat
-** zmienne:
-*** 'enabled' (integer)
-*** 'name' (string)
-*** 'buffer_name' (string)
-*** 'num_buffers' (integer)
-*** 'buffers' (pointer)
-*** 'tags' (string)
-*** 'tags_count' (integer)
-*** 'tags_array' (pointer, array_size: "tags_count")
-*** 'regex' (string)
-*** 'regex_prefix' (pointer)
-*** 'regex_message' (pointer)
-*** 'prev_filter' (pointer, hdata: "filter")
-*** 'next_filter' (pointer, hdata: "filter")
-** listy:
-*** 'gui_filters'
-*** 'last_gui_filter'
-* [[hdata_history]]<<hdata_history,'history'>>: historia komend w buforze
-** wtyczka: weechat
-** zmienne:
-*** 'text' (string)
-*** 'next_history' (pointer, hdata: "history")
-*** 'prev_history' (pointer, hdata: "history")
-** aktualizacja dozwolona:
-*** '__create'
-*** '__delete'
-** listy:
-*** 'gui_history'
-*** 'last_gui_history'
-* [[hdata_hotlist]]<<hdata_hotlist,'hotlist'>>: hotlista
-** wtyczka: weechat
-** zmienne:
-*** 'priority' (integer)
-*** 'creation_time.tv_sec' (time)
-*** 'creation_time.tv_usec' (long)
-*** 'buffer' (pointer)
-*** 'count' (integer, array_size: "4")
-*** 'prev_hotlist' (pointer, hdata: "hotlist")
-*** 'next_hotlist' (pointer, hdata: "hotlist")
-** listy:
-*** 'gui_hotlist'
-*** 'last_gui_hotlist'
-* [[hdata_input_undo]]<<hdata_input_undo,'input_undo'>>: struktura z cofnięciem dla linii komend
-** wtyczka: weechat
-** zmienne:
-*** 'data' (string)
-*** 'pos' (integer)
-*** 'prev_undo' (pointer, hdata: "input_undo")
-*** 'next_undo' (pointer, hdata: "input_undo")
-* [[hdata_key]]<<hdata_key,'key'>>: klawisz (skrót klawiszowy)
-** wtyczka: weechat
-** zmienne:
-*** 'key' (string)
-*** 'area_type' (pointer)
-*** 'area_name' (pointer)
-*** 'area_key' (string)
-*** 'command' (string)
-*** 'score' (integer)
-*** 'prev_key' (pointer, hdata: "key")
-*** 'next_key' (pointer, hdata: "key")
-** listy:
-*** 'gui_default_keys'
-*** 'gui_default_keys_cursor'
-*** 'gui_default_keys_mouse'
-*** 'gui_default_keys_search'
-*** 'gui_keys'
-*** 'gui_keys_cursor'
-*** 'gui_keys_mouse'
-*** 'gui_keys_search'
-*** 'last_gui_default_key'
-*** 'last_gui_default_key_cursor'
-*** 'last_gui_default_key_mouse'
-*** 'last_gui_default_key_search'
-*** 'last_gui_key'
-*** 'last_gui_key_cursor'
-*** 'last_gui_key_mouse'
-*** 'last_gui_key_search'
-* [[hdata_layout]]<<hdata_layout,'layout'>>: układ
-** wtyczka: weechat
-** zmienne:
-*** 'name' (string)
-*** 'layout_buffers' (pointer, hdata: "layout_buffer")
-*** 'last_layout_buffer' (pointer, hdata: "layout_buffer")
-*** 'layout_windows' (pointer, hdata: "layout_window")
-*** 'internal_id' (integer)
-*** 'internal_id_current_window' (integer)
-*** 'prev_layout' (pointer, hdata: "layout")
-*** 'next_layout' (pointer, hdata: "layout")
-** listy:
-*** 'gui_layout_current'
-*** 'gui_layouts'
-*** 'last_gui_layout'
-* [[hdata_layout_buffer]]<<hdata_layout_buffer,'layout_buffer'>>: układ bufora
-** wtyczka: weechat
-** zmienne:
-*** 'plugin_name' (string)
-*** 'buffer_name' (string)
-*** 'number' (integer)
-*** 'prev_layout' (pointer, hdata: "layout_buffer")
-*** 'next_layout' (pointer, hdata: "layout_buffer")
-* [[hdata_layout_window]]<<hdata_layout_window,'layout_window'>>: układ okna
-** wtyczka: weechat
-** zmienne:
-*** 'internal_id' (integer)
-*** 'parent_node' (pointer, hdata: "layout_window")
-*** 'split_pct' (integer)
-*** 'split_horiz' (integer)
-*** 'child1' (pointer, hdata: "layout_window")
-*** 'child2' (pointer, hdata: "layout_window")
-*** 'plugin_name' (string)
-*** 'buffer_name' (string)
-* [[hdata_line]]<<hdata_line,'line'>>: struktura z jedną linią
-** wtyczka: weechat
-** zmienne:
-*** 'data' (pointer, hdata: "line_data")
-*** 'prev_line' (pointer, hdata: "line")
-*** 'next_line' (pointer, hdata: "line")
-* [[hdata_line_data]]<<hdata_line_data,'line_data'>>: struktura z jedno liniowymi danymi
-** wtyczka: weechat
-** zmienne:
-*** 'buffer' (pointer, hdata: "buffer")
-*** 'y' (integer)
-*** 'date' (time)
-*** 'date_printed' (time)
-*** 'str_time' (string)
-*** 'tags_count' (integer)
-*** 'tags_array' (shared_string, array_size: "tags_count")
-*** 'displayed' (char)
-*** 'highlight' (char)
-*** 'refresh_needed' (char)
-*** 'prefix' (shared_string)
-*** 'prefix_length' (integer)
-*** 'message' (string)
-** aktualizacja dozwolona:
-*** 'date' (time)
-*** 'date_printed' (time)
-*** 'tags_array' (shared_string)
-*** 'prefix' (shared_string)
-*** 'message' (string)
-* [[hdata_lines]]<<hdata_lines,'lines'>>: struktura z liniami
-** wtyczka: weechat
-** zmienne:
-*** 'first_line' (pointer, hdata: "line")
-*** 'last_line' (pointer, hdata: "line")
-*** 'last_read_line' (pointer, hdata: "line")
-*** 'lines_count' (integer)
-*** 'first_line_not_read' (integer)
-*** 'lines_hidden' (integer)
-*** 'buffer_max_length' (integer)
-*** 'buffer_max_length_refresh' (integer)
-*** 'prefix_max_length' (integer)
-*** 'prefix_max_length_refresh' (integer)
-* [[hdata_nick]]<<hdata_nick,'nick'>>: nicki na liście nicków
-** wtyczka: weechat
-** zmienne:
-*** 'group' (pointer, hdata: "nick_group")
-*** 'name' (shared_string)
-*** 'color' (shared_string)
-*** 'prefix' (shared_string)
-*** 'prefix_color' (shared_string)
-*** 'visible' (integer)
-*** 'prev_nick' (pointer, hdata: "nick")
-*** 'next_nick' (pointer, hdata: "nick")
-* [[hdata_nick_group]]<<hdata_nick_group,'nick_group'>>: grupy na liście nicków
-** wtyczka: weechat
-** zmienne:
-*** 'name' (shared_string)
-*** 'color' (shared_string)
-*** 'visible' (integer)
-*** 'level' (integer)
-*** 'parent' (pointer, hdata: "nick_group")
-*** 'children' (pointer, hdata: "nick_group")
-*** 'last_child' (pointer, hdata: "nick_group")
-*** 'nicks' (pointer, hdata: "nick")
-*** 'last_nick' (pointer, hdata: "nick")
-*** 'prev_group' (pointer, hdata: "nick_group")
-*** 'next_group' (pointer, hdata: "nick_group")
-* [[hdata_plugin]]<<hdata_plugin,'plugin'>>: wtyczka
-** wtyczka: weechat
-** zmienne:
-*** 'filename' (string)
-*** 'handle' (pointer)
-*** 'name' (string)
-*** 'description' (string)
-*** 'author' (string)
-*** 'version' (string)
-*** 'license' (string)
-*** 'charset' (string)
-*** 'priority' (integer)
-*** 'initialized' (integer)
-*** 'debug' (integer)
-*** 'prev_plugin' (pointer, hdata: "plugin")
-*** 'next_plugin' (pointer, hdata: "plugin")
-** listy:
-*** 'last_weechat_plugin'
-*** 'weechat_plugins'
-* [[hdata_proxy]]<<hdata_proxy,'proxy'>>: pośrednik
-** wtyczka: weechat
-** zmienne:
-*** 'name' (string)
-*** 'options' (pointer)
-*** 'prev_proxy' (pointer, hdata: "proxy")
-*** 'next_proxy' (pointer, hdata: "proxy")
-** listy:
-*** 'last_weechat_proxy'
-*** 'weechat_proxies'
-* [[hdata_window]]<<hdata_window,'window'>>: okno
-** wtyczka: weechat
-** zmienne:
-*** 'number' (integer)
-*** 'win_x' (integer)
-*** 'win_y' (integer)
-*** 'win_width' (integer)
-*** 'win_height' (integer)
-*** 'win_width_pct' (integer)
-*** 'win_height_pct' (integer)
-*** 'win_chat_x' (integer)
-*** 'win_chat_y' (integer)
-*** 'win_chat_width' (integer)
-*** 'win_chat_height' (integer)
-*** 'win_chat_cursor_x' (integer)
-*** 'win_chat_cursor_y' (integer)
-*** 'bar_windows' (pointer, hdata: "bar_window")
-*** 'last_bar_window' (pointer, hdata: "bar_window")
-*** 'refresh_needed' (integer)
-*** 'gui_objects' (pointer)
-*** 'buffer' (pointer, hdata: "buffer")
-*** 'layout_plugin_name' (string)
-*** 'layout_buffer_name' (string)
-*** 'scroll' (pointer, hdata: "window_scroll")
-*** 'ptr_tree' (pointer, hdata: "window_tree")
-*** 'prev_window' (pointer, hdata: "window")
-*** 'next_window' (pointer, hdata: "window")
-** listy:
-*** 'gui_current_window'
-*** 'gui_windows'
-*** 'last_gui_window'
-* [[hdata_window_scroll]]<<hdata_window_scroll,'window_scroll'>>: informacje o przewijaniu w oknie
-** wtyczka: weechat
-** zmienne:
-*** 'buffer' (pointer, hdata: "buffer")
-*** 'first_line_displayed' (integer)
-*** 'start_line' (pointer, hdata: "line")
-*** 'start_line_pos' (integer)
-*** 'scrolling' (integer)
-*** 'start_col' (integer)
-*** 'lines_after' (integer)
-*** 'text_search_start_line' (pointer, hdata: "line")
-*** 'prev_scroll' (pointer, hdata: "window_scroll")
-*** 'next_scroll' (pointer, hdata: "window_scroll")
-* [[hdata_window_tree]]<<hdata_window_tree,'window_tree'>>: drzewo okien
-** wtyczka: weechat
-** zmienne:
-*** 'parent_node' (pointer, hdata: "window_tree")
-*** 'split_pct' (integer)
-*** 'split_horizontal' (integer)
-*** 'child1' (pointer, hdata: "window_tree")
-*** 'child2' (pointer, hdata: "window_tree")
-*** 'window' (pointer, hdata: "window")
-** listy:
-*** 'gui_windows_tree'
+:hdata_update_create: __create
+:hdata_update_delete: __delete
+[width="100%",cols="^1,^2,2,2,5",options="header"]
+|===
+| Wtyczka | Nazwa | Opis | Lists | Variables
+
+| guile
+| [[hdata_guile_script]]<<hdata_guile_script,guile_script>>
+| lista skryptów
+| _scripts_ +
+_last_script_ +
+
+| _filename_   (string) +
+_interpreter_   (pointer) +
+_name_   (string) +
+_author_   (string) +
+_version_   (string) +
+_license_   (string) +
+_description_   (string) +
+_shutdown_func_   (string) +
+_charset_   (string) +
+_unloading_   (integer) +
+_prev_script_   (pointer, hdata: "guile_script") +
+_next_script_   (pointer, hdata: "guile_script") +
+
+
+| irc
+| [[hdata_irc_channel]]<<hdata_irc_channel,irc_channel>>
+| kanał irc
+| -
+| _type_   (integer) +
+_name_   (string) +
+_topic_   (string) +
+_modes_   (string) +
+_limit_   (integer) +
+_key_   (string) +
+_join_msg_received_   (hashtable) +
+_checking_whox_   (integer) +
+_away_message_   (string) +
+_has_quit_server_   (integer) +
+_cycle_   (integer) +
+_part_   (integer) +
+_nick_completion_reset_   (integer) +
+_pv_remote_nick_color_   (string) +
+_hook_autorejoin_   (pointer) +
+_nicks_count_   (integer) +
+_nicks_   (pointer, hdata: "irc_nick") +
+_last_nick_   (pointer, hdata: "irc_nick") +
+_nicks_speaking_   (pointer) +
+_nicks_speaking_time_   (pointer, hdata: "irc_channel_speaking") +
+_last_nick_speaking_time_   (pointer, hdata: "irc_channel_speaking") +
+_join_smart_filtered_   (hashtable) +
+_buffer_   (pointer, hdata: "buffer") +
+_buffer_as_string_   (string) +
+_prev_channel_   (pointer, hdata: "irc_channel") +
+_next_channel_   (pointer, hdata: "irc_channel") +
+
+
+| irc
+| [[hdata_irc_channel_speaking]]<<hdata_irc_channel_speaking,irc_channel_speaking>>
+| irc channel_speaking
+| -
+| _nick_   (string) +
+_time_last_message_   (time) +
+_prev_nick_   (pointer, hdata: "irc_channel_speaking") +
+_next_nick_   (pointer, hdata: "irc_channel_speaking") +
+
+
+| irc
+| [[hdata_irc_ignore]]<<hdata_irc_ignore,irc_ignore>>
+| ignorowanie irc
+| _irc_ignore_list_ +
+_last_irc_ignore_ +
+
+| _number_   (integer) +
+_mask_   (string) +
+_regex_mask_   (pointer) +
+_server_   (string) +
+_channel_   (string) +
+_prev_ignore_   (pointer, hdata: "irc_ignore") +
+_next_ignore_   (pointer, hdata: "irc_ignore") +
+
+
+| irc
+| [[hdata_irc_nick]]<<hdata_irc_nick,irc_nick>>
+| nazwa użytkownika irc
+| -
+| _name_   (string) +
+_host_   (string) +
+_prefixes_   (string) +
+_prefix_   (string) +
+_away_   (integer) +
+_account_   (string) +
+_realname_   (string) +
+_color_   (string) +
+_prev_nick_   (pointer, hdata: "irc_nick") +
+_next_nick_   (pointer, hdata: "irc_nick") +
+
+
+| irc
+| [[hdata_irc_notify]]<<hdata_irc_notify,irc_notify>>
+| powiadomienia irc
+| -
+| _server_   (pointer, hdata: "irc_server") +
+_nick_   (string) +
+_check_away_   (integer) +
+_is_on_server_   (integer) +
+_away_message_   (string) +
+_ison_received_   (integer) +
+_prev_notify_   (pointer, hdata: "irc_notify") +
+_next_notify_   (pointer, hdata: "irc_notify") +
+
+
+| irc
+| [[hdata_irc_redirect]]<<hdata_irc_redirect,irc_redirect>>
+| przekierowanie irc
+| -
+| _server_   (pointer, hdata: "irc_server") +
+_pattern_   (string) +
+_signal_   (string) +
+_count_   (integer) +
+_current_count_   (integer) +
+_string_   (string) +
+_timeout_   (integer) +
+_command_   (string) +
+_assigned_to_command_   (integer) +
+_start_time_   (time) +
+_cmd_start_   (hashtable) +
+_cmd_stop_   (hashtable) +
+_cmd_extra_   (hashtable) +
+_cmd_start_received_   (integer) +
+_cmd_stop_received_   (integer) +
+_cmd_filter_   (hashtable) +
+_output_   (string) +
+_output_size_   (integer) +
+_prev_redirect_   (pointer, hdata: "irc_redirect") +
+_next_redirect_   (pointer, hdata: "irc_redirect") +
+
+
+| irc
+| [[hdata_irc_redirect_pattern]]<<hdata_irc_redirect_pattern,irc_redirect_pattern>>
+| wzorzec dla przekierowania irc
+| _irc_redirect_patterns_ +
+_last_irc_redirect_pattern_ +
+
+| _name_   (string) +
+_temp_pattern_   (integer) +
+_timeout_   (integer) +
+_cmd_start_   (string) +
+_cmd_stop_   (string) +
+_cmd_extra_   (string) +
+_prev_redirect_   (pointer, hdata: "irc_redirect_pattern") +
+_next_redirect_   (pointer, hdata: "irc_redirect_pattern") +
+
+
+| irc
+| [[hdata_irc_server]]<<hdata_irc_server,irc_server>>
+| serwer irc
+| _irc_servers_ +
+_last_irc_server_ +
+
+| _name_   (string) +
+_options_   (pointer) +
+_temp_server_   (integer) +
+_reloading_from_config_   (integer) +
+_reloaded_from_config_   (integer) +
+_addresses_count_   (integer) +
+_addresses_array_   (string, array_size: "addresses_count") +
+_ports_array_   (integer, array_size: "addresses_count") +
+_retry_array_   (integer, array_size: "addresses_count") +
+_index_current_address_   (integer) +
+_current_address_   (string) +
+_current_ip_   (string) +
+_current_port_   (integer) +
+_current_retry_   (integer) +
+_sock_   (integer) +
+_hook_connect_   (pointer, hdata: "hook") +
+_hook_fd_   (pointer, hdata: "hook") +
+_hook_timer_connection_   (pointer, hdata: "hook") +
+_hook_timer_sasl_   (pointer, hdata: "hook") +
+_is_connected_   (integer) +
+_ssl_connected_   (integer) +
+_disconnected_   (integer) +
+_gnutls_sess_   (other) +
+_tls_cert_   (other) +
+_tls_cert_key_   (other) +
+_unterminated_message_   (string) +
+_nicks_count_   (integer) +
+_nicks_array_   (string, array_size: "nicks_count") +
+_nick_first_tried_   (integer) +
+_nick_alternate_number_   (integer) +
+_nick_   (string) +
+_nick_modes_   (string) +
+_cap_away_notify_   (integer) +
+_cap_account_notify_   (integer) +
+_cap_extended_join_   (integer) +
+_isupport_   (string) +
+_prefix_modes_   (string) +
+_prefix_chars_   (string) +
+_nick_max_length_   (integer) +
+_casemapping_   (integer) +
+_chantypes_   (string) +
+_chanmodes_   (string) +
+_monitor_   (integer) +
+_monitor_time_   (time) +
+_reconnect_delay_   (integer) +
+_reconnect_start_   (time) +
+_command_time_   (time) +
+_reconnect_join_   (integer) +
+_disable_autojoin_   (integer) +
+_is_away_   (integer) +
+_away_message_   (string) +
+_away_time_   (time) +
+_lag_   (integer) +
+_lag_displayed_   (integer) +
+_lag_check_time_   (other) +
+_lag_next_check_   (time) +
+_lag_last_refresh_   (time) +
+_cmd_list_regexp_   (pointer) +
+_last_user_message_   (time) +
+_last_away_check_   (time) +
+_last_data_purge_   (time) +
+_outqueue_   (pointer) +
+_last_outqueue_   (pointer) +
+_redirects_   (pointer, hdata: "irc_redirect") +
+_last_redirect_   (pointer, hdata: "irc_redirect") +
+_notify_list_   (pointer, hdata: "irc_notify") +
+_last_notify_   (pointer, hdata: "irc_notify") +
+_notify_count_   (integer) +
+_join_manual_   (hashtable) +
+_join_channel_key_   (hashtable) +
+_join_noswitch_   (hashtable) +
+_buffer_   (pointer, hdata: "buffer") +
+_buffer_as_string_   (string) +
+_channels_   (pointer, hdata: "irc_channel") +
+_last_channel_   (pointer, hdata: "irc_channel") +
+_prev_server_   (pointer, hdata: "irc_server") +
+_next_server_   (pointer, hdata: "irc_server") +
+
+
+| javascript
+| [[hdata_javascript_script]]<<hdata_javascript_script,javascript_script>>
+| lista skryptów
+| _scripts_ +
+_last_script_ +
+
+| _filename_   (string) +
+_interpreter_   (pointer) +
+_name_   (string) +
+_author_   (string) +
+_version_   (string) +
+_license_   (string) +
+_description_   (string) +
+_shutdown_func_   (string) +
+_charset_   (string) +
+_unloading_   (integer) +
+_prev_script_   (pointer, hdata: "javascript_script") +
+_next_script_   (pointer, hdata: "javascript_script") +
+
+
+| lua
+| [[hdata_lua_script]]<<hdata_lua_script,lua_script>>
+| lista skryptów
+| _scripts_ +
+_last_script_ +
+
+| _filename_   (string) +
+_interpreter_   (pointer) +
+_name_   (string) +
+_author_   (string) +
+_version_   (string) +
+_license_   (string) +
+_description_   (string) +
+_shutdown_func_   (string) +
+_charset_   (string) +
+_unloading_   (integer) +
+_prev_script_   (pointer, hdata: "lua_script") +
+_next_script_   (pointer, hdata: "lua_script") +
+
+
+| perl
+| [[hdata_perl_script]]<<hdata_perl_script,perl_script>>
+| lista skryptów
+| _scripts_ +
+_last_script_ +
+
+| _filename_   (string) +
+_interpreter_   (pointer) +
+_name_   (string) +
+_author_   (string) +
+_version_   (string) +
+_license_   (string) +
+_description_   (string) +
+_shutdown_func_   (string) +
+_charset_   (string) +
+_unloading_   (integer) +
+_prev_script_   (pointer, hdata: "perl_script") +
+_next_script_   (pointer, hdata: "perl_script") +
+
+
+| python
+| [[hdata_python_script]]<<hdata_python_script,python_script>>
+| lista skryptów
+| _scripts_ +
+_last_script_ +
+
+| _filename_   (string) +
+_interpreter_   (pointer) +
+_name_   (string) +
+_author_   (string) +
+_version_   (string) +
+_license_   (string) +
+_description_   (string) +
+_shutdown_func_   (string) +
+_charset_   (string) +
+_unloading_   (integer) +
+_prev_script_   (pointer, hdata: "python_script") +
+_next_script_   (pointer, hdata: "python_script") +
+
+
+| ruby
+| [[hdata_ruby_script]]<<hdata_ruby_script,ruby_script>>
+| lista skryptów
+| _scripts_ +
+_last_script_ +
+
+| _filename_   (string) +
+_interpreter_   (pointer) +
+_name_   (string) +
+_author_   (string) +
+_version_   (string) +
+_license_   (string) +
+_description_   (string) +
+_shutdown_func_   (string) +
+_charset_   (string) +
+_unloading_   (integer) +
+_prev_script_   (pointer, hdata: "ruby_script") +
+_next_script_   (pointer, hdata: "ruby_script") +
+
+
+| script
+| [[hdata_script_script]]<<hdata_script_script,script_script>>
+| skrypty z repozytorium
+| _scripts_repo_ +
+_last_script_repo_ +
+
+| _name_   (string) +
+_name_with_extension_   (string) +
+_language_   (integer) +
+_author_   (string) +
+_mail_   (string) +
+_version_   (string) +
+_license_   (string) +
+_description_   (string) +
+_tags_   (string) +
+_requirements_   (string) +
+_min_weechat_   (string) +
+_max_weechat_   (string) +
+_md5sum_   (string) +
+_url_   (string) +
+_popularity_   (integer) +
+_date_added_   (time) +
+_date_updated_   (time) +
+_status_   (integer) +
+_version_loaded_   (string) +
+_displayed_   (integer) +
+_install_order_   (integer) +
+_prev_script_   (pointer, hdata: "script_script") +
+_next_script_   (pointer, hdata: "script_script") +
+
+
+| tcl
+| [[hdata_tcl_script]]<<hdata_tcl_script,tcl_script>>
+| lista skryptów
+| _scripts_ +
+_last_script_ +
+
+| _filename_   (string) +
+_interpreter_   (pointer) +
+_name_   (string) +
+_author_   (string) +
+_version_   (string) +
+_license_   (string) +
+_description_   (string) +
+_shutdown_func_   (string) +
+_charset_   (string) +
+_unloading_   (integer) +
+_prev_script_   (pointer, hdata: "tcl_script") +
+_next_script_   (pointer, hdata: "tcl_script") +
+
+
+| weechat
+| [[hdata_bar]]<<hdata_bar,bar>>
+| pasek
+| _gui_bars_ +
+_last_gui_bar_ +
+
+| _name_   (string) +
+_options_   (pointer) +
+_items_count_   (integer) +
+_items_subcount_   (pointer) +
+_items_array_   (pointer) +
+_items_buffer_   (pointer) +
+_items_prefix_   (pointer) +
+_items_name_   (pointer) +
+_items_suffix_   (pointer) +
+_bar_window_   (pointer, hdata: "bar_window") +
+_bar_refresh_needed_   (integer) +
+_prev_bar_   (pointer, hdata: "bar") +
+_next_bar_   (pointer, hdata: "bar") +
+
+
+| weechat
+| [[hdata_bar_item]]<<hdata_bar_item,bar_item>>
+| element paska
+| _gui_bar_items_ +
+_last_gui_bar_item_ +
+
+| _plugin_   (pointer, hdata: "plugin") +
+_name_   (string) +
+_build_callback_   (pointer) +
+_build_callback_pointer_   (pointer) +
+_build_callback_data_   (pointer) +
+_prev_item_   (pointer, hdata: "bar_item") +
+_next_item_   (pointer, hdata: "bar_item") +
+
+
+| weechat
+| [[hdata_bar_window]]<<hdata_bar_window,bar_window>>
+| okno paska
+| -
+| _bar_   (pointer, hdata: "bar") +
+_x_   (integer) +
+_y_   (integer) +
+_width_   (integer) +
+_height_   (integer) +
+_scroll_x_   (integer) +
+_scroll_y_   (integer) +
+_cursor_x_   (integer) +
+_cursor_y_   (integer) +
+_current_size_   (integer) +
+_items_count_   (integer) +
+_items_subcount_   (pointer) +
+_items_content_   (pointer) +
+_items_num_lines_   (pointer) +
+_items_refresh_needed_   (pointer) +
+_screen_col_size_   (integer) +
+_screen_lines_   (integer) +
+_coords_count_   (integer) +
+_coords_   (pointer) +
+_gui_objects_   (pointer) +
+_prev_bar_window_   (pointer, hdata: "bar_window") +
+_next_bar_window_   (pointer, hdata: "bar_window") +
+
+
+| weechat
+| [[hdata_buffer]]<<hdata_buffer,buffer>>
+| bufor
+| _gui_buffer_last_displayed_ +
+_gui_buffers_ +
+_last_gui_buffer_ +
+
+| _plugin_   (pointer, hdata: "plugin") +
+_plugin_name_for_upgrade_   (string) +
+_number_   (integer) +
+_layout_number_   (integer) +
+_layout_number_merge_order_   (integer) +
+_name_   (string) +
+_full_name_   (string) +
+_short_name_   (string) +
+_type_   (integer) +
+_notify_   (integer) +
+_num_displayed_   (integer) +
+_active_   (integer) +
+_hidden_   (integer) +
+_zoomed_   (integer) +
+_print_hooks_enabled_   (integer) +
+_day_change_   (integer) +
+_clear_   (integer) +
+_filter_   (integer) +
+_close_callback_   (pointer) +
+_close_callback_pointer_   (pointer) +
+_close_callback_data_   (pointer) +
+_closing_   (integer) +
+_title_   (string) +
+_own_lines_   (pointer, hdata: "lines") +
+_mixed_lines_   (pointer, hdata: "lines") +
+_lines_   (pointer, hdata: "lines") +
+_time_for_each_line_   (integer) +
+_chat_refresh_needed_   (integer) +
+_nicklist_   (integer) +
+_nicklist_case_sensitive_   (integer) +
+_nicklist_root_   (pointer, hdata: "nick_group") +
+_nicklist_max_length_   (integer) +
+_nicklist_display_groups_   (integer) +
+_nicklist_count_   (integer) +
+_nicklist_groups_count_   (integer) +
+_nicklist_nicks_count_   (integer) +
+_nicklist_visible_count_   (integer) +
+_nickcmp_callback_   (pointer) +
+_nickcmp_callback_pointer_   (pointer) +
+_nickcmp_callback_data_   (pointer) +
+_input_   (integer) +
+_input_callback_   (pointer) +
+_input_callback_pointer_   (pointer) +
+_input_callback_data_   (pointer) +
+_input_get_unknown_commands_   (integer) +
+_input_buffer_   (string) +
+_input_buffer_alloc_   (integer) +
+_input_buffer_size_   (integer) +
+_input_buffer_length_   (integer) +
+_input_buffer_pos_   (integer) +
+_input_buffer_1st_display_   (integer) +
+_input_undo_snap_   (pointer, hdata: "input_undo") +
+_input_undo_   (pointer, hdata: "input_undo") +
+_last_input_undo_   (pointer, hdata: "input_undo") +
+_ptr_input_undo_   (pointer, hdata: "input_undo") +
+_input_undo_count_   (integer) +
+_completion_   (pointer, hdata: "completion") +
+_history_   (pointer, hdata: "history") +
+_last_history_   (pointer, hdata: "history") +
+_ptr_history_   (pointer, hdata: "history") +
+_num_history_   (integer) +
+_text_search_   (integer) +
+_text_search_exact_   (integer) +
+_text_search_regex_   (integer) +
+_text_search_regex_compiled_   (pointer) +
+_text_search_where_   (integer) +
+_text_search_found_   (integer) +
+_text_search_input_   (string) +
+_highlight_words_   (string) +
+_highlight_regex_   (string) +
+_highlight_regex_compiled_   (pointer) +
+_highlight_tags_restrict_   (string) +
+_highlight_tags_restrict_count_   (integer) +
+_highlight_tags_restrict_array_   (pointer, array_size: "highlight_tags_restrict_count") +
+_highlight_tags_   (string) +
+_highlight_tags_count_   (integer) +
+_highlight_tags_array_   (pointer, array_size: "highlight_tags_count") +
+_hotlist_max_level_nicks_   (hashtable) +
+_keys_   (pointer, hdata: "key") +
+_last_key_   (pointer, hdata: "key") +
+_keys_count_   (integer) +
+_local_variables_   (hashtable) +
+_prev_buffer_   (pointer, hdata: "buffer") +
+_next_buffer_   (pointer, hdata: "buffer") +
+
+
+| weechat
+| [[hdata_buffer_visited]]<<hdata_buffer_visited,buffer_visited>>
+| odwiedzony bufor
+| _gui_buffers_visited_ +
+_last_gui_buffer_visited_ +
+
+| _buffer_   (pointer, hdata: "buffer") +
+_prev_buffer_   (pointer, hdata: "buffer_visited") +
+_next_buffer_   (pointer, hdata: "buffer_visited") +
+
+
+| weechat
+| [[hdata_completion]]<<hdata_completion,completion>>
+| struktura z uzupełnianiem
+| -
+| _buffer_   (pointer, hdata: "buffer") +
+_context_   (integer) +
+_base_command_   (string) +
+_base_command_arg_index_   (integer) +
+_base_word_   (string) +
+_base_word_pos_   (integer) +
+_position_   (integer) +
+_args_   (string) +
+_direction_   (integer) +
+_add_space_   (integer) +
+_force_partial_completion_   (integer) +
+_list_   (pointer) +
+_word_found_   (string) +
+_word_found_is_nick_   (integer) +
+_position_replace_   (integer) +
+_diff_size_   (integer) +
+_diff_length_   (integer) +
+_partial_list_   (pointer) +
+
+
+| weechat
+| [[hdata_config_file]]<<hdata_config_file,config_file>>
+| plik konfiguracyjne
+| _config_files_ +
+_last_config_file_ +
+
+| _plugin_   (pointer, hdata: "plugin") +
+_name_   (string) +
+_filename_   (string) +
+_file_   (pointer) +
+_callback_reload_   (pointer) +
+_callback_reload_pointer_   (pointer) +
+_callback_reload_data_   (pointer) +
+_sections_   (pointer, hdata: "config_section") +
+_last_section_   (pointer, hdata: "config_section") +
+_prev_config_   (pointer, hdata: "config_file") +
+_next_config_   (pointer, hdata: "config_file") +
+
+
+| weechat
+| [[hdata_config_option]]<<hdata_config_option,config_option>>
+| opcja konfiguracyjna
+| -
+| _config_file_   (pointer, hdata: "config_file") +
+_section_   (pointer, hdata: "config_section") +
+_name_   (string) +
+_parent_name_   (string) +
+_type_   (integer) +
+_description_   (string) +
+_string_values_   (string, array_size: "*") +
+_min_   (integer) +
+_max_   (integer) +
+_default_value_   (pointer) +
+_value_   (pointer) +
+_null_value_allowed_   (integer) +
+_callback_check_value_   (pointer) +
+_callback_check_value_pointer_   (pointer) +
+_callback_check_value_data_   (pointer) +
+_callback_change_   (pointer) +
+_callback_change_pointer_   (pointer) +
+_callback_change_data_   (pointer) +
+_callback_delete_   (pointer) +
+_callback_delete_pointer_   (pointer) +
+_callback_delete_data_   (pointer) +
+_loaded_   (integer) +
+_prev_option_   (pointer, hdata: "config_option") +
+_next_option_   (pointer, hdata: "config_option") +
+
+
+| weechat
+| [[hdata_config_section]]<<hdata_config_section,config_section>>
+| sekcja konfiguracyjna
+| -
+| _config_file_   (pointer, hdata: "config_file") +
+_name_   (string) +
+_user_can_add_options_   (integer) +
+_user_can_delete_options_   (integer) +
+_callback_read_   (pointer) +
+_callback_read_pointer_   (pointer) +
+_callback_read_data_   (pointer) +
+_callback_write_   (pointer) +
+_callback_write_pointer_   (pointer) +
+_callback_write_data_   (pointer) +
+_callback_write_default_   (pointer) +
+_callback_write_default_pointer_   (pointer) +
+_callback_write_default_data_   (pointer) +
+_callback_create_option_   (pointer) +
+_callback_create_option_pointer_   (pointer) +
+_callback_create_option_data_   (pointer) +
+_callback_delete_option_   (pointer) +
+_callback_delete_option_pointer_   (pointer) +
+_callback_delete_option_data_   (pointer) +
+_options_   (pointer, hdata: "config_option") +
+_last_option_   (pointer, hdata: "config_option") +
+_prev_section_   (pointer, hdata: "config_section") +
+_next_section_   (pointer, hdata: "config_section") +
+
+
+| weechat
+| [[hdata_filter]]<<hdata_filter,filter>>
+| filtr
+| _gui_filters_ +
+_last_gui_filter_ +
+
+| _enabled_   (integer) +
+_name_   (string) +
+_buffer_name_   (string) +
+_num_buffers_   (integer) +
+_buffers_   (pointer) +
+_tags_   (string) +
+_tags_count_   (integer) +
+_tags_array_   (pointer, array_size: "tags_count") +
+_regex_   (string) +
+_regex_prefix_   (pointer) +
+_regex_message_   (pointer) +
+_prev_filter_   (pointer, hdata: "filter") +
+_next_filter_   (pointer, hdata: "filter") +
+
+
+| weechat
+| [[hdata_history]]<<hdata_history,history>>
+| historia komend w buforze
+| _gui_history_ +
+_last_gui_history_ +
+
+| _text_   (string) +
+_next_history_   (pointer, hdata: "history") +
+_prev_history_   (pointer, hdata: "history") +
+
+*Update allowed*: +
+    _{hdata_update_create}_ +
+    _{hdata_update_delete}_ +
+
+| weechat
+| [[hdata_hotlist]]<<hdata_hotlist,hotlist>>
+| hotlista
+| _gui_hotlist_ +
+_last_gui_hotlist_ +
+
+| _priority_   (integer) +
+_creation_time.tv_sec_   (time) +
+_creation_time.tv_usec_   (long) +
+_buffer_   (pointer) +
+_count_   (integer, array_size: "4") +
+_prev_hotlist_   (pointer, hdata: "hotlist") +
+_next_hotlist_   (pointer, hdata: "hotlist") +
+
+
+| weechat
+| [[hdata_input_undo]]<<hdata_input_undo,input_undo>>
+| struktura z cofnięciem dla linii komend
+| -
+| _data_   (string) +
+_pos_   (integer) +
+_prev_undo_   (pointer, hdata: "input_undo") +
+_next_undo_   (pointer, hdata: "input_undo") +
+
+
+| weechat
+| [[hdata_key]]<<hdata_key,key>>
+| klawisz (skrót klawiszowy)
+| _gui_default_keys_ +
+_gui_default_keys_cursor_ +
+_gui_default_keys_mouse_ +
+_gui_default_keys_search_ +
+_gui_keys_ +
+_gui_keys_cursor_ +
+_gui_keys_mouse_ +
+_gui_keys_search_ +
+_last_gui_default_key_ +
+_last_gui_default_key_cursor_ +
+_last_gui_default_key_mouse_ +
+_last_gui_default_key_search_ +
+_last_gui_key_ +
+_last_gui_key_cursor_ +
+_last_gui_key_mouse_ +
+_last_gui_key_search_ +
+
+| _key_   (string) +
+_area_type_   (pointer) +
+_area_name_   (pointer) +
+_area_key_   (string) +
+_command_   (string) +
+_score_   (integer) +
+_prev_key_   (pointer, hdata: "key") +
+_next_key_   (pointer, hdata: "key") +
+
+
+| weechat
+| [[hdata_layout]]<<hdata_layout,layout>>
+| układ
+| _gui_layout_current_ +
+_gui_layouts_ +
+_last_gui_layout_ +
+
+| _name_   (string) +
+_layout_buffers_   (pointer, hdata: "layout_buffer") +
+_last_layout_buffer_   (pointer, hdata: "layout_buffer") +
+_layout_windows_   (pointer, hdata: "layout_window") +
+_internal_id_   (integer) +
+_internal_id_current_window_   (integer) +
+_prev_layout_   (pointer, hdata: "layout") +
+_next_layout_   (pointer, hdata: "layout") +
+
+
+| weechat
+| [[hdata_layout_buffer]]<<hdata_layout_buffer,layout_buffer>>
+| układ bufora
+| -
+| _plugin_name_   (string) +
+_buffer_name_   (string) +
+_number_   (integer) +
+_prev_layout_   (pointer, hdata: "layout_buffer") +
+_next_layout_   (pointer, hdata: "layout_buffer") +
+
+
+| weechat
+| [[hdata_layout_window]]<<hdata_layout_window,layout_window>>
+| układ okna
+| -
+| _internal_id_   (integer) +
+_parent_node_   (pointer, hdata: "layout_window") +
+_split_pct_   (integer) +
+_split_horiz_   (integer) +
+_child1_   (pointer, hdata: "layout_window") +
+_child2_   (pointer, hdata: "layout_window") +
+_plugin_name_   (string) +
+_buffer_name_   (string) +
+
+
+| weechat
+| [[hdata_line]]<<hdata_line,line>>
+| struktura z jedną linią
+| -
+| _data_   (pointer, hdata: "line_data") +
+_prev_line_   (pointer, hdata: "line") +
+_next_line_   (pointer, hdata: "line") +
+
+
+| weechat
+| [[hdata_line_data]]<<hdata_line_data,line_data>>
+| struktura z jedno liniowymi danymi
+| -
+| _buffer_   (pointer, hdata: "buffer") +
+_y_   (integer) +
+_date_   (time) +
+_date_printed_   (time) +
+_str_time_   (string) +
+_tags_count_   (integer) +
+_tags_array_   (shared_string, array_size: "tags_count") +
+_displayed_   (char) +
+_highlight_   (char) +
+_refresh_needed_   (char) +
+_prefix_   (shared_string) +
+_prefix_length_   (integer) +
+_message_   (string) +
+
+*Update allowed*: +
+    _date_ (time) +
+    _date_printed_ (time) +
+    _tags_array_ (shared_string) +
+    _prefix_ (shared_string) +
+    _message_ (string) +
+
+| weechat
+| [[hdata_lines]]<<hdata_lines,lines>>
+| struktura z liniami
+| -
+| _first_line_   (pointer, hdata: "line") +
+_last_line_   (pointer, hdata: "line") +
+_last_read_line_   (pointer, hdata: "line") +
+_lines_count_   (integer) +
+_first_line_not_read_   (integer) +
+_lines_hidden_   (integer) +
+_buffer_max_length_   (integer) +
+_buffer_max_length_refresh_   (integer) +
+_prefix_max_length_   (integer) +
+_prefix_max_length_refresh_   (integer) +
+
+
+| weechat
+| [[hdata_nick]]<<hdata_nick,nick>>
+| nicki na liście nicków
+| -
+| _group_   (pointer, hdata: "nick_group") +
+_name_   (shared_string) +
+_color_   (shared_string) +
+_prefix_   (shared_string) +
+_prefix_color_   (shared_string) +
+_visible_   (integer) +
+_prev_nick_   (pointer, hdata: "nick") +
+_next_nick_   (pointer, hdata: "nick") +
+
+
+| weechat
+| [[hdata_nick_group]]<<hdata_nick_group,nick_group>>
+| grupy na liście nicków
+| -
+| _name_   (shared_string) +
+_color_   (shared_string) +
+_visible_   (integer) +
+_level_   (integer) +
+_parent_   (pointer, hdata: "nick_group") +
+_children_   (pointer, hdata: "nick_group") +
+_last_child_   (pointer, hdata: "nick_group") +
+_nicks_   (pointer, hdata: "nick") +
+_last_nick_   (pointer, hdata: "nick") +
+_prev_group_   (pointer, hdata: "nick_group") +
+_next_group_   (pointer, hdata: "nick_group") +
+
+
+| weechat
+| [[hdata_plugin]]<<hdata_plugin,plugin>>
+| wtyczka
+| _weechat_plugins_ +
+_last_weechat_plugin_ +
+
+| _filename_   (string) +
+_handle_   (pointer) +
+_name_   (string) +
+_description_   (string) +
+_author_   (string) +
+_version_   (string) +
+_license_   (string) +
+_charset_   (string) +
+_priority_   (integer) +
+_initialized_   (integer) +
+_debug_   (integer) +
+_prev_plugin_   (pointer, hdata: "plugin") +
+_next_plugin_   (pointer, hdata: "plugin") +
+
+
+| weechat
+| [[hdata_proxy]]<<hdata_proxy,proxy>>
+| pośrednik
+| _weechat_proxies_ +
+_last_weechat_proxy_ +
+
+| _name_   (string) +
+_options_   (pointer) +
+_prev_proxy_   (pointer, hdata: "proxy") +
+_next_proxy_   (pointer, hdata: "proxy") +
+
+
+| weechat
+| [[hdata_window]]<<hdata_window,window>>
+| okno
+| _gui_current_window_ +
+_gui_windows_ +
+_last_gui_window_ +
+
+| _number_   (integer) +
+_win_x_   (integer) +
+_win_y_   (integer) +
+_win_width_   (integer) +
+_win_height_   (integer) +
+_win_width_pct_   (integer) +
+_win_height_pct_   (integer) +
+_win_chat_x_   (integer) +
+_win_chat_y_   (integer) +
+_win_chat_width_   (integer) +
+_win_chat_height_   (integer) +
+_win_chat_cursor_x_   (integer) +
+_win_chat_cursor_y_   (integer) +
+_bar_windows_   (pointer, hdata: "bar_window") +
+_last_bar_window_   (pointer, hdata: "bar_window") +
+_refresh_needed_   (integer) +
+_gui_objects_   (pointer) +
+_buffer_   (pointer, hdata: "buffer") +
+_layout_plugin_name_   (string) +
+_layout_buffer_name_   (string) +
+_scroll_   (pointer, hdata: "window_scroll") +
+_ptr_tree_   (pointer, hdata: "window_tree") +
+_prev_window_   (pointer, hdata: "window") +
+_next_window_   (pointer, hdata: "window") +
+
+
+| weechat
+| [[hdata_window_scroll]]<<hdata_window_scroll,window_scroll>>
+| informacje o przewijaniu w oknie
+| -
+| _buffer_   (pointer, hdata: "buffer") +
+_first_line_displayed_   (integer) +
+_start_line_   (pointer, hdata: "line") +
+_start_line_pos_   (integer) +
+_scrolling_   (integer) +
+_start_col_   (integer) +
+_lines_after_   (integer) +
+_text_search_start_line_   (pointer, hdata: "line") +
+_prev_scroll_   (pointer, hdata: "window_scroll") +
+_next_scroll_   (pointer, hdata: "window_scroll") +
+
+
+| weechat
+| [[hdata_window_tree]]<<hdata_window_tree,window_tree>>
+| drzewo okien
+| _gui_windows_tree_ +
+
+| _parent_node_   (pointer, hdata: "window_tree") +
+_split_pct_   (integer) +
+_split_horizontal_   (integer) +
+_child1_   (pointer, hdata: "window_tree") +
+_child2_   (pointer, hdata: "window_tree") +
+_window_   (pointer, hdata: "window") +
+
+
+|===
diff --git a/doc/pl/autogen/plugin_api/infos_hashtable.asciidoc b/doc/pl/autogen/plugin_api/infos_hashtable.asciidoc
index 52fef89d5..21ae4f729 100644
--- a/doc/pl/autogen/plugin_api/infos_hashtable.asciidoc
+++ b/doc/pl/autogen/plugin_api/infos_hashtable.asciidoc
@@ -2,7 +2,7 @@
// This file is auto-generated by script docgen.py.
// DO NOT EDIT BY HAND!
//
-[width="100%",cols="^1,^2,6,6,6",options="header"]
+[width="100%",cols="^1,^2,6,6,8",options="header"]
|===
| Wtyczka | Nazwa | Opis | Hashtable (wejście) | Hashtable (wyjście)