diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-12-13 19:43:11 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-12-13 19:43:11 +0100 |
commit | ec545c70b1b2f2c29301e2ab0c8a5377ddb9efa4 (patch) | |
tree | d5b397e36b680b64e87947edc247aefead8fd9ac /doc/en/autogen | |
parent | 6f74945a66f8317db1bbed1cb4d60e669a893101 (diff) | |
download | weechat-ec545c70b1b2f2c29301e2ab0c8a5377ddb9efa4.zip |
Add infolists for bars/bar items/bar windows, code cleanup for bars
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/weechat_infos.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/en/autogen/weechat_infos.xml b/doc/en/autogen/weechat_infos.xml index 8c83f94aa..a0e9108e8 100644 --- a/doc/en/autogen/weechat_infos.xml +++ b/doc/en/autogen/weechat_infos.xml @@ -63,6 +63,21 @@ </row> <row> <entry>infolist</entry> + <entry>bar</entry> + <entry>list of bars</entry> +</row> +<row> + <entry>infolist</entry> + <entry>bar_item</entry> + <entry>list of bar items</entry> +</row> +<row> + <entry>infolist</entry> + <entry>bar_window</entry> + <entry>list of bar windows</entry> +</row> +<row> + <entry>infolist</entry> <entry>buffer</entry> <entry>list of buffers</entry> </row> |