diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt index 3cb1ca8c4..04ef11b96 100644 --- a/doc/en/autogen/plugin_api/hdata.txt +++ b/doc/en/autogen/plugin_api/hdata.txt @@ -780,18 +780,18 @@ *** 'date_printed' (time) *** 'str_time' (string) *** 'tags_count' (integer) -*** 'tags_array' (string, array_size: "tags_count") +*** 'tags_array' (shared_string, array_size: "tags_count") *** 'displayed' (char) *** 'highlight' (char) *** 'refresh_needed' (char) -*** 'prefix' (string) +*** 'prefix' (shared_string) *** 'prefix_length' (integer) *** 'message' (string) ** update allowed: *** 'date' (time) *** 'date_printed' (time) -*** 'tags_array' (string) -*** 'prefix' (string) +*** 'tags_array' (shared_string) +*** 'prefix' (shared_string) *** 'message' (string) * 'lines': structure with lines ** plugin: weechat @@ -810,18 +810,18 @@ ** plugin: weechat ** variables: *** 'group' (pointer, hdata: "nick_group") -*** 'name' (string) -*** 'color' (string) -*** 'prefix' (string) -*** 'prefix_color' (string) +*** 'name' (shared_string) +*** 'color' (shared_string) +*** 'prefix' (shared_string) +*** 'prefix_color' (shared_string) *** 'visible' (integer) *** 'prev_nick' (pointer, hdata: "nick") *** 'next_nick' (pointer, hdata: "nick") * 'nick_group': group in nicklist ** plugin: weechat ** variables: -*** 'name' (string) -*** 'color' (string) +*** 'name' (shared_string) +*** 'color' (shared_string) *** 'visible' (integer) *** 'level' (integer) *** 'parent' (pointer, hdata: "nick_group") |