diff options
Diffstat (limited to 'doc/de/autogen/plugin_api')
-rw-r--r-- | doc/de/autogen/plugin_api/hdata.txt | 9 | ||||
-rw-r--r-- | doc/de/autogen/plugin_api/infolists.txt | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/de/autogen/plugin_api/hdata.txt b/doc/de/autogen/plugin_api/hdata.txt index c8f6e2401..01dcfb295 100644 --- a/doc/de/autogen/plugin_api/hdata.txt +++ b/doc/de/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 | Fenster | 'number' (integer) + 'win_x' (integer) + diff --git a/doc/de/autogen/plugin_api/infolists.txt b/doc/de/autogen/plugin_api/infolists.txt index 8aa6117ee..38a159a25 100644 --- a/doc/de/autogen/plugin_api/infolists.txt +++ b/doc/de/autogen/plugin_api/infolists.txt @@ -62,6 +62,8 @@ | weechat | plugin | Auflistung der Erweiterungen | Pointer der Erweiterung (optional) | Name einer Erweiterung (darf mit einem "*" als Platzhalter beginnen oder enden) (optional) +| weechat | proxy | list of proxies | proxy pointer (optional) | proxy name (can start or end with "*" as wildcard) (optional) + | weechat | url_options | Optionen für URL | - | - | weechat | window | Auflistung der Fenster | Fenster Pointer (optional) | "current" für aktuelles Fenster oder die Nummer eines Fensters (optional) |