summaryrefslogtreecommitdiff
path: root/doc/fr/autogen
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2014-01-06 11:26:50 +0100
committerSebastien Helleu <flashcode@flashtux.org>2014-01-06 11:26:50 +0100
commitb5b9dc342e8e4f279e68550fa03a66192afbb39e (patch)
tree1ad765220b4b862845aa3607bc03fd40abf4bb60 /doc/fr/autogen
parentfa73f5357b0065857b23e1ad0e0645eb7b2bd0e0 (diff)
downloadweechat-b5b9dc342e8e4f279e68550fa03a66192afbb39e.zip
doc: update auto-generated files with hdata
Diffstat (limited to 'doc/fr/autogen')
-rw-r--r--doc/fr/autogen/plugin_api/hdata.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/fr/autogen/plugin_api/hdata.txt b/doc/fr/autogen/plugin_api/hdata.txt
index 9109636f7..cf62a1ee6 100644
--- a/doc/fr/autogen/plugin_api/hdata.txt
+++ b/doc/fr/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)
** mise à jour autorisée:
*** 'date' (time)
*** 'date_printed' (time)
-*** 'tags_array' (string)
-*** 'prefix' (string)
+*** 'tags_array' (shared_string)
+*** 'prefix' (shared_string)
*** 'message' (string)
* 'lines': structure avec des lignes
** extension: weechat
@@ -810,18 +810,18 @@
** extension: 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': groupe dans la liste de pseudos
** extension: weechat
** variables:
-*** 'name' (string)
-*** 'color' (string)
+*** 'name' (shared_string)
+*** 'color' (shared_string)
*** 'visible' (integer)
*** 'level' (integer)
*** 'parent' (pointer, hdata: "nick_group")