summaryrefslogtreecommitdiff
path: root/doc/it/autogen/plugin_api
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2011-11-25 15:23:28 +0100
committerSebastien Helleu <flashcode@flashtux.org>2011-11-25 15:23:28 +0100
commitc40a281ce4b208e8bbf6c6882547208e7b1bfefa (patch)
tree37b8b3bce54e1ca9d37145f8a264b4aa0d579ecb /doc/it/autogen/plugin_api
parentbfc010df2f661b8b03c59ef9af83d2128baf4c89 (diff)
downloadweechat-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.txt6
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) |