summaryrefslogtreecommitdiff
path: root/doc/pl/includes/autogen_api_hdata.pl.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-05-16 11:27:41 +0200
committerSébastien Helleu <flashcode@flashtux.org>2020-05-16 11:27:41 +0200
commit1d357533b92956ca846d5e1e68304a6aa9daccf8 (patch)
tree8ccc1e669344ed6f0da1c20a971c6e006e861a34 /doc/pl/includes/autogen_api_hdata.pl.adoc
parent45a9ba3e9e55d131b6cf73c622ea71f004f3d178 (diff)
downloadweechat-1d357533b92956ca846d5e1e68304a6aa9daccf8.zip
core: add bar items with nicklist groups and nicks/groups (closes #1506)
The bar item "buffer_nicklist_count" is now the number of displayed nicks only (not groups). New bar items: - "buffer_nicklist_count_groups": number of groups displayed - "buffer_nicklist_count_all": number of nicks and groups displayed
Diffstat (limited to 'doc/pl/includes/autogen_api_hdata.pl.adoc')
-rw-r--r--doc/pl/includes/autogen_api_hdata.pl.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/pl/includes/autogen_api_hdata.pl.adoc b/doc/pl/includes/autogen_api_hdata.pl.adoc
index 34ac73db5..616578373 100644
--- a/doc/pl/includes/autogen_api_hdata.pl.adoc
+++ b/doc/pl/includes/autogen_api_hdata.pl.adoc
@@ -577,9 +577,11 @@ _nicklist_root_   (pointer, hdata: "nick_group") +
_nicklist_max_length_   (integer) +
_nicklist_display_groups_   (integer) +
_nicklist_count_   (integer) +
+_nicklist_visible_count_   (integer) +
_nicklist_groups_count_   (integer) +
+_nicklist_groups_visible_count_   (integer) +
_nicklist_nicks_count_   (integer) +
-_nicklist_visible_count_   (integer) +
+_nicklist_nicks_visible_count_   (integer) +
_nickcmp_callback_   (pointer) +
_nickcmp_callback_pointer_   (pointer) +
_nickcmp_callback_data_   (pointer) +