summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/autogen/plugin_api/hdata.txt9
-rw-r--r--doc/it/autogen/plugin_api/infolists.txt2
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt
index 8eb5cbdcb..fb7da3bed 100644
--- a/doc/it/autogen/plugin_api/hdata.txt
+++ b/doc/it/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 | finestra |
'number' (integer) +
'win_x' (integer) +
diff --git a/doc/it/autogen/plugin_api/infolists.txt b/doc/it/autogen/plugin_api/infolists.txt
index c0016d5e9..9829f7b3a 100644
--- a/doc/it/autogen/plugin_api/infolists.txt
+++ b/doc/it/autogen/plugin_api/infolists.txt
@@ -62,6 +62,8 @@
| weechat | plugin | elenco dei plugin | puntatore al plugin (opzionale) | nome plugin (può iniziare o terminare con "*" come carattere jolly) (opzionale)
+| weechat | proxy | list of proxies | proxy pointer (optional) | proxy name (can start or end with "*" as wildcard) (optional)
+
| weechat | url_options | opzioni per la URL | - | -
| weechat | window | elenco delle finestre | puntatore alla finestra (opzionale) | "current" per la finestra corrente o un numero della finestra (opzionale)