summaryrefslogtreecommitdiff
path: root/doc/en/includes/autogen_api_infolists.en.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/includes/autogen_api_infolists.en.adoc')
-rw-r--r--doc/en/includes/autogen_api_infolists.en.adoc96
1 files changed, 96 insertions, 0 deletions
diff --git a/doc/en/includes/autogen_api_infolists.en.adoc b/doc/en/includes/autogen_api_infolists.en.adoc
new file mode 100644
index 000000000..70e2a0a09
--- /dev/null
+++ b/doc/en/includes/autogen_api_infolists.en.adoc
@@ -0,0 +1,96 @@
+//
+// This file is auto-generated by script docgen.py.
+// DO NOT EDIT BY HAND!
+//
+
+// ======================================== api_infolists ========================================
+
+// tag::infolists[]
+[width="100%",cols="^1,^2,5,5,5",options="header"]
+|===
+| Plugin | Name | Description | Pointer | Arguments
+
+| alias | alias | list of aliases | alias pointer (optional) | alias name (wildcard "*" is allowed) (optional)
+
+| alias | alias_default | list of default aliases | - | -
+
+| buflist | buflist | list of buffers in a buflist bar item | - | buflist bar item name (optional)
+
+| fset | fset_option | list of fset options | fset option pointer (optional) | option name (wildcard "*" is allowed) (optional)
+
+| guile | guile_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
+
+| irc | irc_channel | list of channels for an IRC server | channel pointer (optional) | server,channel (channel is optional)
+
+| irc | irc_color_weechat | mapping between IRC color codes and WeeChat color names | - | -
+
+| irc | irc_ignore | list of IRC ignores | ignore pointer (optional) | -
+
+| irc | irc_modelist | list of channel mode lists for an IRC channel | mode list pointer (optional) | server,channel,type (type is optional)
+
+| irc | irc_modelist_item | list of items in a channel mode list | mode list item pointer (optional) | server,channel,type,number (number is optional)
+
+| irc | irc_nick | list of nicks for an IRC channel | nick pointer (optional) | server,channel,nick (nick is optional)
+
+| irc | irc_notify | list of notify | notify pointer (optional) | server name (wildcard "*" is allowed) (optional)
+
+| irc | irc_server | list of IRC servers | server pointer (optional) | server name (wildcard "*" is allowed) (optional)
+
+| javascript | javascript_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
+
+| logger | logger_buffer | list of logger buffers | logger pointer (optional) | -
+
+| lua | lua_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
+
+| perl | perl_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
+
+| php | php_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
+
+| python | python_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
+
+| relay | relay | list of relay clients | relay pointer (optional) | -
+
+| ruby | ruby_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
+
+| script | script_script | list of scripts | script pointer (optional) | script name with extension (wildcard "*" is allowed) (optional)
+
+| tcl | tcl_script | list of scripts | script pointer (optional) | script name (wildcard "*" is allowed) (optional)
+
+| weechat | bar | list of bars | bar pointer (optional) | bar name (wildcard "*" is allowed) (optional)
+
+| weechat | bar_item | list of bar items | bar item pointer (optional) | bar item name (wildcard "*" is allowed) (optional)
+
+| weechat | bar_window | list of bar windows | bar window pointer (optional) | -
+
+| weechat | buffer | list of buffers | buffer pointer (optional) | buffer name (wildcard "*" is allowed) (optional)
+
+| weechat | buffer_lines | lines of a buffer | buffer pointer | -
+
+| weechat | filter | list of filters | - | filter name (wildcard "*" is allowed) (optional)
+
+| weechat | history | history of commands | buffer pointer (if not set, return global history) (optional) | -
+
+| weechat | hook | list of hooks | hook pointer (optional) | type,arguments (type is command/timer/.., arguments to get only some hooks (wildcard "*" is allowed), both are optional)
+
+| weechat | hotlist | list of buffers in hotlist | - | -
+
+| weechat | key | list of key bindings | - | context ("default", "search", "cursor" or "mouse") (optional)
+
+| weechat | layout | list of layouts | - | -
+
+| weechat | nicklist | nicks in nicklist for a buffer | buffer pointer | nick_xxx or group_xxx to get only nick/group xxx (optional)
+
+| weechat | option | list of options | - | option name (wildcard "*" is allowed) (optional)
+
+| weechat | plugin | list of plugins | plugin pointer (optional) | plugin name (wildcard "*" is allowed) (optional)
+
+| weechat | proxy | list of proxies | proxy pointer (optional) | proxy name (wildcard "*" is allowed) (optional)
+
+| weechat | url_options | options for URL | - | -
+
+| weechat | window | list of windows | window pointer (optional) | "current" for current window or a window number (optional)
+
+| xfer | xfer | list of xfer | xfer pointer (optional) | -
+
+|===
+// end::infolists[]