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/ja/autogen/plugin_api | |
parent | e2c51670f17f433ba9af1fde5ec45ce104fd3a09 (diff) | |
download | weechat-a727248624319be7ac8542b927ee26f10d068c80.zip |
doc: update auto-generated files
Diffstat (limited to 'doc/ja/autogen/plugin_api')
-rw-r--r-- | doc/ja/autogen/plugin_api/completions.adoc | 2 | ||||
-rw-r--r-- | doc/ja/autogen/plugin_api/hdata.adoc | 20 | ||||
-rw-r--r-- | doc/ja/autogen/plugin_api/infolists.adoc | 2 | ||||
-rw-r--r-- | doc/ja/autogen/plugin_api/plugins_priority.adoc | 15 |
4 files changed, 32 insertions, 7 deletions
diff --git a/doc/ja/autogen/plugin_api/completions.adoc b/doc/ja/autogen/plugin_api/completions.adoc index fb6b50cda..ac4c87e76 100644 --- a/doc/ja/autogen/plugin_api/completions.adoc +++ b/doc/ja/autogen/plugin_api/completions.adoc @@ -16,6 +16,8 @@ | exec | exec_commands_ids | 実行されたコマンドの識別子 (番号と名前) +| fset | fset_options | configuration files, sections, options and words of options + | guile | guile_script | スクリプトのリスト | irc | irc_channel | 現在の IRC チャンネル diff --git a/doc/ja/autogen/plugin_api/hdata.adoc b/doc/ja/autogen/plugin_api/hdata.adoc index 604ad7d68..ad56963c5 100644 --- a/doc/ja/autogen/plugin_api/hdata.adoc +++ b/doc/ja/autogen/plugin_api/hdata.adoc @@ -8,6 +8,26 @@ |=== | プラグイン | 名前 | 説明 | リスト | 変数 +| 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>> | スクリプトのリスト diff --git a/doc/ja/autogen/plugin_api/infolists.adoc b/doc/ja/autogen/plugin_api/infolists.adoc index cfadf71f4..435b396bb 100644 --- a/doc/ja/autogen/plugin_api/infolists.adoc +++ b/doc/ja/autogen/plugin_api/infolists.adoc @@ -8,6 +8,8 @@ | alias | alias | 別名のリスト | 別名のポインタ (任意) | 別名の名前 (ワイルドカード "*" を使うことができます) (任意) +| fset | fset_option | list of fset options | fset option pointer (optional) | オプション名 (ワイルドカード "*" を使うことができます) (任意) + | guile | guile_script | スクリプトのリスト | スクリプトポインタ (任意) | スクリプト名 (ワイルドカード "*" を使うことができます) (任意) | irc | irc_channel | IRC サーバのチャンネルリスト | チャンネルポインタ (任意) | server,channel (チャンネルは任意) diff --git a/doc/ja/autogen/plugin_api/plugins_priority.adoc b/doc/ja/autogen/plugin_api/plugins_priority.adoc index 1ad2eebae..897838e0e 100644 --- a/doc/ja/autogen/plugin_api/plugins_priority.adoc +++ b/doc/ja/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) |