diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-25 15:23:28 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2011-11-25 15:23:28 +0100 |
commit | c40a281ce4b208e8bbf6c6882547208e7b1bfefa (patch) | |
tree | 37b8b3bce54e1ca9d37145f8a264b4aa0d579ecb /doc/it/autogen/plugin_api | |
parent | bfc010df2f661b8b03c59ef9af83d2128baf4c89 (diff) | |
download | weechat-c40a281ce4b208e8bbf6c6882547208e7b1bfefa.zip |
core: fix type of variables in hdata "line_data" (type integer -> char)
Diffstat (limited to 'doc/it/autogen/plugin_api')
-rw-r--r-- | doc/it/autogen/plugin_api/hdata.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt index 6b3ad6c30..5eab8fa67 100644 --- a/doc/it/autogen/plugin_api/hdata.txt +++ b/doc/it/autogen/plugin_api/hdata.txt @@ -445,9 +445,9 @@ 'str_time' (string) + 'tags_count' (integer) + 'tags_array' (pointer) + - 'displayed' (integer) + - 'highlight' (integer) + - 'refresh_needed' (integer) + + 'displayed' (char) + + 'highlight' (char) + + 'refresh_needed' (char) + 'prefix' (string) + 'prefix_length' (integer) + 'message' (string) | |