From 1b9cfb5cc337b602832955c3de26d787578ed550 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 21 May 2013 22:39:18 +0200 Subject: core: update translations and auto-generated files with hdata/infolists --- doc/en/autogen/plugin_api/hdata.txt | 35 +++++++++++++++++++++++++++++++++ doc/en/autogen/plugin_api/infolists.txt | 2 ++ 2 files changed, 37 insertions(+) (limited to 'doc/en/autogen/plugin_api') 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) -- cgit v1.2.3