diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-07 19:55:24 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-07 19:55:24 +0100 |
commit | fced67b45984cf59fd833bf9ef69223f4c432b58 (patch) | |
tree | 3b6ef9e662655c0182a9a0fe656e0809bc3d780f /doc/it/autogen/plugin_api | |
parent | b352891c2b39ea1c3eb6423219e38c7d571923b2 (diff) | |
download | weechat-fced67b45984cf59fd833bf9ef69223f4c432b58.zip |
doc: update hdata "buffer" in plugin API reference
Diffstat (limited to 'doc/it/autogen/plugin_api')
-rw-r--r-- | doc/it/autogen/plugin_api/hdata.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt index c2a2ac6f3..4e2d2b514 100644 --- a/doc/it/autogen/plugin_api/hdata.txt +++ b/doc/it/autogen/plugin_api/hdata.txt @@ -405,6 +405,9 @@ 'nicklist_root' (pointer, hdata: "nick_group") + 'nicklist_max_length' (integer) + 'nicklist_display_groups' (integer) + + 'nicklist_count' (integer) + + 'nicklist_groups_count' (integer) + + 'nicklist_nicks_count' (integer) + 'nicklist_visible_count' (integer) + 'nickcmp_callback' (pointer) + 'nickcmp_callback_data' (pointer) + |