From 21356d9909bd6da1c39b15bac88189fe5826b3f7 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 8 Jun 2013 11:40:27 +0200 Subject: core: add "proxy" infolist and hdata --- doc/ja/autogen/plugin_api/hdata.txt | 9 +++++++++ doc/ja/autogen/plugin_api/infolists.txt | 2 ++ 2 files changed, 11 insertions(+) (limited to 'doc/ja/autogen') diff --git a/doc/ja/autogen/plugin_api/hdata.txt b/doc/ja/autogen/plugin_api/hdata.txt index 794709fa6..fc4c2bc84 100644 --- a/doc/ja/autogen/plugin_api/hdata.txt +++ b/doc/ja/autogen/plugin_api/hdata.txt @@ -737,6 +737,15 @@ 'last_weechat_plugin' + 'weechat_plugins' +| weechat | proxy | proxy | + 'name' (string) + + 'options' (pointer) + + 'prev_proxy' (pointer, hdata: "proxy") + + 'next_proxy' (pointer, hdata: "proxy") | + | + 'last_weechat_proxy' + + 'weechat_proxies' + | weechat | window | ウィンドウ | 'number' (integer) + 'win_x' (integer) + diff --git a/doc/ja/autogen/plugin_api/infolists.txt b/doc/ja/autogen/plugin_api/infolists.txt index 06db5d061..58184615f 100644 --- a/doc/ja/autogen/plugin_api/infolists.txt +++ b/doc/ja/autogen/plugin_api/infolists.txt @@ -62,6 +62,8 @@ | weechat | plugin | プラグインリスト | プラグインポインタ (オプション) | プラグイン名 (ワイルドカードとして "*" で始めるか終われる) (オプション) +| weechat | proxy | list of proxies | proxy pointer (optional) | proxy name (can start or end with "*" as wildcard) (optional) + | weechat | url_options | URL のオプション | - | - | weechat | window | ウィンドウリスト | ウィンドウポインタ (オプション) | "current" は現在のウィンドウまたはウィンドウ番号 (オプション) -- cgit v1.2.3