diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-26 07:19:18 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-26 07:19:18 +0200 |
commit | a727248624319be7ac8542b927ee26f10d068c80 (patch) | |
tree | 1c1766368fbc5e511462c51f3d6c9952ac50a87d /doc/en/autogen/plugin_api | |
parent | e2c51670f17f433ba9af1fde5ec45ce104fd3a09 (diff) | |
download | weechat-a727248624319be7ac8542b927ee26f10d068c80.zip |
doc: update auto-generated files
Diffstat (limited to 'doc/en/autogen/plugin_api')
-rw-r--r-- | doc/en/autogen/plugin_api/completions.adoc | 2 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.adoc | 20 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/infolists.adoc | 2 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/plugins_priority.adoc | 15 |
4 files changed, 32 insertions, 7 deletions
diff --git a/doc/en/autogen/plugin_api/completions.adoc b/doc/en/autogen/plugin_api/completions.adoc index 418382849..564c26e24 100644 --- a/doc/en/autogen/plugin_api/completions.adoc +++ b/doc/en/autogen/plugin_api/completions.adoc @@ -16,6 +16,8 @@ | exec | exec_commands_ids | ids (numbers and names) of executed commands +| fset | fset_options | configuration files, sections, options and words of options + | guile | guile_script | list of scripts | irc | irc_channel | current IRC channel diff --git a/doc/en/autogen/plugin_api/hdata.adoc b/doc/en/autogen/plugin_api/hdata.adoc index f31150142..eebe899e1 100644 --- a/doc/en/autogen/plugin_api/hdata.adoc +++ b/doc/en/autogen/plugin_api/hdata.adoc @@ -8,6 +8,26 @@ |=== | Plugin | Name | Description | Lists | Variables +| fset +| [[hdata_fset_option]]<<hdata_fset_option,fset_option>> +| fset options +| - +| _file_ (string) + +_section_ (string) + +_option_ (string) + +_name_ (string) + +_parent_name_ (string) + +_type_ (integer) + +_default_value_ (string) + +_value_ (string) + +_parent_value_ (string) + +_min_ (string) + +_max_ (string) + +_description_ (string) + +_string_values_ (string) + +_marked_ (integer) + + + | guile | [[hdata_guile_script]]<<hdata_guile_script,guile_script>> | list of scripts diff --git a/doc/en/autogen/plugin_api/infolists.adoc b/doc/en/autogen/plugin_api/infolists.adoc index b3dbc6338..972063964 100644 --- a/doc/en/autogen/plugin_api/infolists.adoc +++ b/doc/en/autogen/plugin_api/infolists.adoc @@ -8,6 +8,8 @@ | alias | alias | list of aliases | alias pointer (optional) | alias name (wildcard "*" is allowed) (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) diff --git a/doc/en/autogen/plugin_api/plugins_priority.adoc b/doc/en/autogen/plugin_api/plugins_priority.adoc index 1ad2eebae..897838e0e 100644 --- a/doc/en/autogen/plugin_api/plugins_priority.adoc +++ b/doc/en/autogen/plugin_api/plugins_priority.adoc @@ -2,13 +2,14 @@ // This file is auto-generated by script docgen.py. // DO NOT EDIT BY HAND! // -. charset (14000) -. logger (13000) -. exec (12000) -. trigger (11000) -. aspell (10000) -. alias (9000) -. buflist (8000) +. charset (15000) +. logger (14000) +. exec (13000) +. trigger (12000) +. aspell (11000) +. alias (10000) +. buflist (9000) +. fset (8000) . fifo (7000) . xfer (6000) . irc (5000) |