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 | |
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')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 6 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 6 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.txt | 6 |
3 files changed, 9 insertions, 9 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 diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 71ebbc97c..9502518e9 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -10430,9 +10430,6 @@ Paramètres : * 'parent_group' : pointeur vers le parent du groupe, NULL si le groupe n'a pas de parent (racine de la liste des pseudos) * 'name' : nom du groupe -* 'visible' : -** '1' : le groupe et ses sous-groupes/pseudos sont visibles -** '0' : le groupe et ses sous-groupes/pseudos sont cachés * 'color' : nom de l'option contenant la couleur : ** une option WeeChat, par exemple 'weechat.color.nicklist_group' ** une couleur avec un fond optionnel, par exemple 'yellow' ou 'yellow,red' @@ -10440,6 +10437,9 @@ Paramètres : *** 'bar_fg' : couleur de texte pour la barre *** 'bar_delim' : couleur des délimiteurs pour la barre *** 'bar_bg' : couleur de fond pour la barre +* 'visible' : +** '1' : le groupe et ses sous-groupes/pseudos sont visibles +** '0' : le groupe et ses sous-groupes/pseudos sont cachés [NOTE] Le nom du groupe peut commencer par un ou plusieurs chiffres, suivis d'un pipe diff --git a/doc/it/weechat_plugin_api.it.txt b/doc/it/weechat_plugin_api.it.txt index 54f1f299e..bad8430a1 100644 --- a/doc/it/weechat_plugin_api.it.txt +++ b/doc/it/weechat_plugin_api.it.txt @@ -10323,9 +10323,6 @@ Argomenti: * 'parent_group': puntatore al genitore del gruppo, NULL se il gruppo non ha genitore (lista nick radice) * 'name': nome del gruppo -* 'visible': -** '1': gruppi e sottogruppi/nick sono visibili -** '0': gruppi e sottogruppi/nick sono nascosti * 'color': nome per l'opzione colore: ** nome opzione per WeeChat, ad esempio 'weechat.color.nicklist_group' ** colore con sfondo opzionale, ad esempio 'yellow' o 'yellow,red' @@ -10333,6 +10330,9 @@ Argomenti: *** 'bar_fg': colore di primo piando per la barra *** 'bar_delim': colore dei delimitatori per la barra *** 'bar_bg': colore di sfondo per la barra +* 'visible': +** '1': gruppi e sottogruppi/nick sono visibili +** '0': gruppi e sottogruppi/nick sono nascosti [NOTE] Il nome del gruppo può iniziare con uno o più numeri, seguiti da una pipe, e |