diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-21 22:39:18 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-05-21 22:39:18 +0200 |
commit | 1b9cfb5cc337b602832955c3de26d787578ed550 (patch) | |
tree | 4a9a4ae443f4bde63f712be6d4bfbe69fc61442c /doc/en/autogen/plugin_api | |
parent | 8771986f3f3f3c3fdf1559f76418aa2539093616 (diff) | |
download | weechat-1b9cfb5cc337b602832955c3de26d787578ed550.zip |
core: update translations and auto-generated files with hdata/infolists
Diffstat (limited to 'doc/en/autogen/plugin_api')
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.txt | 35 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/infolists.txt | 2 |
2 files changed, 37 insertions, 0 deletions
diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt index bd48a5e19..51c552a09 100644 --- a/doc/en/autogen/plugin_api/hdata.txt +++ b/doc/en/autogen/plugin_api/hdata.txt @@ -619,6 +619,41 @@ 'last_gui_key_mouse' + 'last_gui_key_search' +| weechat | layout | layout | + 'name' (string) + + 'layout_buffers' (pointer, hdata: "layout_buffer") + + 'last_layout_buffer' (pointer, hdata: "layout_buffer") + + 'layout_windows' (pointer, hdata: "layout_window") + + 'internal_id' (integer) + + 'internal_id_current_window' (integer) + + 'prev_layout' (pointer, hdata: "layout") + + 'next_layout' (pointer, hdata: "layout") | + | + 'gui_layout_current' + + 'gui_layouts' + + 'last_gui_layout' + +| weechat | layout_buffer | buffer layout | + 'plugin_name' (string) + + 'buffer_name' (string) + + 'number' (integer) + + 'prev_layout' (pointer, hdata: "layout_buffer") + + 'next_layout' (pointer, hdata: "layout_buffer") | + | + - + +| weechat | layout_window | window layout | + 'internal_id' (integer) + + 'parent_node' (pointer, hdata: "layout_window") + + 'split_pct' (integer) + + 'split_horiz' (integer) + + 'child1' (pointer, hdata: "layout_window") + + 'child2' (pointer, hdata: "layout_window") + + 'plugin_name' (string) + + 'buffer_name' (string) | + | + - + | weechat | line | structure with one line | 'data' (pointer, hdata: "line_data") + 'prev_line' (pointer, hdata: "line") + diff --git a/doc/en/autogen/plugin_api/infolists.txt b/doc/en/autogen/plugin_api/infolists.txt index ba4720c4f..4c4372d64 100644 --- a/doc/en/autogen/plugin_api/infolists.txt +++ b/doc/en/autogen/plugin_api/infolists.txt @@ -54,6 +54,8 @@ | weechat | key | list of key bindings | - | context ("default", "search", "cursor" or "mouse") (optional) +| weechat | layout | list of layouts | - | - + | weechat | nicklist | nicks in nicklist for a buffer | buffer pointer | nick_xxx or group_xxx to get only nick/group xxx (optional) | weechat | option | list of options | - | option name (can start or end with "*" as wildcard) (optional) |