diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-28 12:40:08 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-07-28 12:40:08 +0200 |
commit | 0e4eb69d3308fff112c5e2473c2e5ff9a60be22d (patch) | |
tree | 60ab2b830d1351f61bb37b470fded1b5899a5e40 /doc/it/autogen | |
parent | 1a7037d9cb8c71028bae2698845137501177b258 (diff) | |
download | weechat-0e4eb69d3308fff112c5e2473c2e5ff9a60be22d.zip |
api: use pointer for infolist "hook" to return only one hook
Diffstat (limited to 'doc/it/autogen')
-rw-r--r-- | doc/it/autogen/plugin_api/infolists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/plugin_api/infolists.txt b/doc/it/autogen/plugin_api/infolists.txt index 9829f7b3a..8c859a944 100644 --- a/doc/it/autogen/plugin_api/infolists.txt +++ b/doc/it/autogen/plugin_api/infolists.txt @@ -48,7 +48,7 @@ | weechat | history | cronologia dei comandi | puntatore al buffer (se non impostato, restituisce la cronologia globale) (opzionale) | - -| weechat | hook | elenco di hook | - | tipo,argomenti (il tipo è comando/timer/.., gli argomenti sono necessari solo per ottenere alcuni hook, (possono iniziare o terminare con "*" come carattere jolly, entrambi sono opzionali) +| weechat | hook | elenco di hook | hook pointer (optional) | tipo,argomenti (il tipo è comando/timer/.., gli argomenti sono necessari solo per ottenere alcuni hook, (possono iniziare o terminare con "*" come carattere jolly, entrambi sono opzionali) | weechat | hotlist | elenco dei buffer nella hotlist | - | - |