diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-12 20:52:20 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-03-25 14:19:48 +0100 |
commit | a8bf5eb7bab3941fb71d0b6f9bb847d695e9a218 (patch) | |
tree | f4768a2933cb4b6cbe3a10d937ca1ddf12568a1c /doc/en/autogen/plugin_api | |
parent | 4ef8e61ca59e2db11aeb8d521cbe6f188ef60829 (diff) | |
download | weechat-a8bf5eb7bab3941fb71d0b6f9bb847d695e9a218.zip |
core: add hotlist pointer in buffer structure
Diffstat (limited to 'doc/en/autogen/plugin_api')
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.adoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/autogen/plugin_api/hdata.adoc b/doc/en/autogen/plugin_api/hdata.adoc index d300036a2..df032ad11 100644 --- a/doc/en/autogen/plugin_api/hdata.adoc +++ b/doc/en/autogen/plugin_api/hdata.adoc @@ -541,6 +541,7 @@ _highlight_tags_restrict_array_ (pointer, array_size: "highlight_tags_restric _highlight_tags_ (string) + _highlight_tags_count_ (integer) + _highlight_tags_array_ (pointer, array_size: "highlight_tags_count") + +_hotlist_ (pointer, hdata: "hotlist") + _hotlist_max_level_nicks_ (hashtable) + _keys_ (pointer, hdata: "key") + _last_key_ (pointer, hdata: "key") + |