diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-03-24 09:55:29 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-03-24 09:55:29 +0100 |
commit | 5d6e3d1a7a6f01488322f7d89e4bf0be532edb0b (patch) | |
tree | 3bab94d4238fc013211e6d240adb088598525b21 /doc/en | |
parent | 6d80855819f2402723af1cd6f54e88c5ee33a5f6 (diff) | |
download | weechat-5d6e3d1a7a6f01488322f7d89e4bf0be532edb0b.zip |
doc: fix order of arguments for function nicklist_add_group in plugin API reference
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index f1f09a5f4..454f53790 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -10245,9 +10245,6 @@ Arguments: * 'parent_group': pointer to parent of group, NULL if group has no parent (nicklist root) * 'name': group name -* 'visible': -** '1': group and sub-groups/nicks are visible -** '0': group and sub-groups/nicks are hidden * 'color': color option name: ** WeeChat option name, for example 'weechat.color.nicklist_group' ** color with optional background, for example 'yellow' or 'yellow,red' @@ -10255,6 +10252,9 @@ Arguments: *** 'bar_fg': foreground color for bar *** 'bar_delim': delimiters color for bar *** 'bar_bg': background color for bar +* 'visible': +** '1': group and sub-groups/nicks are visible +** '0': group and sub-groups/nicks are hidden [NOTE] The group name can begin with one or more digits, followed by pipe, and then |