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/it/autogen/plugin_api | |
parent | e2c51670f17f433ba9af1fde5ec45ce104fd3a09 (diff) | |
download | weechat-a727248624319be7ac8542b927ee26f10d068c80.zip |
doc: update auto-generated files
Diffstat (limited to 'doc/it/autogen/plugin_api')
-rw-r--r-- | doc/it/autogen/plugin_api/completions.adoc | 2 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/hdata.adoc | 20 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/infolists.adoc | 2 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/plugins_priority.adoc | 15 |
4 files changed, 32 insertions, 7 deletions
diff --git a/doc/it/autogen/plugin_api/completions.adoc b/doc/it/autogen/plugin_api/completions.adoc index 1203f44fc..cc4b2c3c3 100644 --- a/doc/it/autogen/plugin_api/completions.adoc +++ b/doc/it/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 | elenco degli script | irc | irc_channel | canale IRC corrente diff --git a/doc/it/autogen/plugin_api/hdata.adoc b/doc/it/autogen/plugin_api/hdata.adoc index b97c80caf..302dfcda4 100644 --- a/doc/it/autogen/plugin_api/hdata.adoc +++ b/doc/it/autogen/plugin_api/hdata.adoc @@ -8,6 +8,26 @@ |=== | Plugin | Nome | Descrizione | 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>> | elenco degli script diff --git a/doc/it/autogen/plugin_api/infolists.adoc b/doc/it/autogen/plugin_api/infolists.adoc index 9fb925e3b..8cd5ff8b0 100644 --- a/doc/it/autogen/plugin_api/infolists.adoc +++ b/doc/it/autogen/plugin_api/infolists.adoc @@ -8,6 +8,8 @@ | alias | alias | elenco di alias | puntatore all'alias (opzionale) | 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 | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional) | irc | irc_channel | elenco dei canali per un server IRC | puntatore al canale (opzionale) | server,canale (canale è opzionale) diff --git a/doc/it/autogen/plugin_api/plugins_priority.adoc b/doc/it/autogen/plugin_api/plugins_priority.adoc index 1ad2eebae..897838e0e 100644 --- a/doc/it/autogen/plugin_api/plugins_priority.adoc +++ b/doc/it/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) |