summaryrefslogtreecommitdiff
path: root/doc/en/autogen/plugin_api
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-06-08 11:40:27 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-06-08 11:40:27 +0200
commit21356d9909bd6da1c39b15bac88189fe5826b3f7 (patch)
treeb6bf216a3ded5b928b8da465164264b3adb74bf9 /doc/en/autogen/plugin_api
parentfb7edb351815d1d4b2a074d1b68f7d3f50ac04af (diff)
downloadweechat-21356d9909bd6da1c39b15bac88189fe5826b3f7.zip
core: add "proxy" infolist and hdata
Diffstat (limited to 'doc/en/autogen/plugin_api')
-rw-r--r--doc/en/autogen/plugin_api/hdata.txt9
-rw-r--r--doc/en/autogen/plugin_api/infolists.txt2
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt
index 57f1d86d5..60fafc2cc 100644
--- a/doc/en/autogen/plugin_api/hdata.txt
+++ b/doc/en/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 | window |
'number' (integer) +
'win_x' (integer) +
diff --git a/doc/en/autogen/plugin_api/infolists.txt b/doc/en/autogen/plugin_api/infolists.txt
index 4c4372d64..94fa9fb6d 100644
--- a/doc/en/autogen/plugin_api/infolists.txt
+++ b/doc/en/autogen/plugin_api/infolists.txt
@@ -62,6 +62,8 @@
| weechat | plugin | list of plugins | plugin pointer (optional) | plugin name (can start or end with "*" as wildcard) (optional)
+| weechat | proxy | list of proxies | proxy pointer (optional) | proxy name (can start or end with "*" as wildcard) (optional)
+
| weechat | url_options | options for URL | - | -
| weechat | window | list of windows | window pointer (optional) | "current" for current window or a window number (optional)