From 5d6e3d1a7a6f01488322f7d89e4bf0be532edb0b Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sat, 24 Mar 2012 09:55:29 +0100 Subject: doc: fix order of arguments for function nicklist_add_group in plugin API reference --- doc/en/weechat_plugin_api.en.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/en') 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 -- cgit v1.2.3