diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-21 17:32:41 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-07-21 17:32:41 +0200 |
commit | f42644652134102d2ca9802fda7f657171d39f2b (patch) | |
tree | 035963464ef0e7164f8806804ae8394e77d53d6f /doc | |
parent | 7a3e8cf1985b988d522ad196b4718487ce41a5d5 (diff) | |
download | weechat-f42644652134102d2ca9802fda7f657171d39f2b.zip |
core: add hdata "hotlist"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/de/autogen/plugin_api/hdata.txt | 11 | ||||
-rw-r--r-- | doc/en/autogen/plugin_api/hdata.txt | 11 | ||||
-rw-r--r-- | doc/fr/autogen/plugin_api/hdata.txt | 11 | ||||
-rw-r--r-- | doc/it/autogen/plugin_api/hdata.txt | 11 |
4 files changed, 44 insertions, 0 deletions
diff --git a/doc/de/autogen/plugin_api/hdata.txt b/doc/de/autogen/plugin_api/hdata.txt index f406d200d..a5235d4dc 100644 --- a/doc/de/autogen/plugin_api/hdata.txt +++ b/doc/de/autogen/plugin_api/hdata.txt @@ -405,6 +405,17 @@ 'prev_history' (pointer, hdata: 'history') | - +| weechat | hotlist | hotlist | + 'priority' (integer) + + 'creation_time.tv_sec' (time) + + 'creation_time.tv_usec' (long) + + 'buffer' (pointer) + + 'count' (integer, array_size: '4') + + 'prev_hotlist' (pointer, hdata: 'hotlist') + + 'next_hotlist' (pointer, hdata: 'hotlist') | + 'gui_hotlist' + + 'last_gui_hotlist' + | weechat | input_undo | Struktur der Rücknahmen für die Befehlszeile | 'data' (string) + 'pos' (integer) + diff --git a/doc/en/autogen/plugin_api/hdata.txt b/doc/en/autogen/plugin_api/hdata.txt index 31683b417..92cd55129 100644 --- a/doc/en/autogen/plugin_api/hdata.txt +++ b/doc/en/autogen/plugin_api/hdata.txt @@ -405,6 +405,17 @@ 'prev_history' (pointer, hdata: 'history') | - +| weechat | hotlist | hotlist | + 'priority' (integer) + + 'creation_time.tv_sec' (time) + + 'creation_time.tv_usec' (long) + + 'buffer' (pointer) + + 'count' (integer, array_size: '4') + + 'prev_hotlist' (pointer, hdata: 'hotlist') + + 'next_hotlist' (pointer, hdata: 'hotlist') | + 'gui_hotlist' + + 'last_gui_hotlist' + | weechat | input_undo | structure with undo for input line | 'data' (string) + 'pos' (integer) + diff --git a/doc/fr/autogen/plugin_api/hdata.txt b/doc/fr/autogen/plugin_api/hdata.txt index 93c39dbca..a7ce609ba 100644 --- a/doc/fr/autogen/plugin_api/hdata.txt +++ b/doc/fr/autogen/plugin_api/hdata.txt @@ -405,6 +405,17 @@ 'prev_history' (pointer, hdata: 'history') | - +| weechat | hotlist | hotlist | + 'priority' (integer) + + 'creation_time.tv_sec' (time) + + 'creation_time.tv_usec' (long) + + 'buffer' (pointer) + + 'count' (integer, array_size: '4') + + 'prev_hotlist' (pointer, hdata: 'hotlist') + + 'next_hotlist' (pointer, hdata: 'hotlist') | + 'gui_hotlist' + + 'last_gui_hotlist' + | weechat | input_undo | structure avec le "undo" pour la ligne de commande | 'data' (string) + 'pos' (integer) + diff --git a/doc/it/autogen/plugin_api/hdata.txt b/doc/it/autogen/plugin_api/hdata.txt index c7daeb518..ec0325cee 100644 --- a/doc/it/autogen/plugin_api/hdata.txt +++ b/doc/it/autogen/plugin_api/hdata.txt @@ -405,6 +405,17 @@ 'prev_history' (pointer, hdata: 'history') | - +| weechat | hotlist | hotlist | + 'priority' (integer) + + 'creation_time.tv_sec' (time) + + 'creation_time.tv_usec' (long) + + 'buffer' (pointer) + + 'count' (integer, array_size: '4') + + 'prev_hotlist' (pointer, hdata: 'hotlist') + + 'next_hotlist' (pointer, hdata: 'hotlist') | + 'gui_hotlist' + + 'last_gui_hotlist' + | weechat | input_undo | struttura con "undo"per la riga di input | 'data' (string) + 'pos' (integer) + |