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/en/autogen/plugin_api/infolists.txt | |
parent | 1a7037d9cb8c71028bae2698845137501177b258 (diff) | |
download | weechat-0e4eb69d3308fff112c5e2473c2e5ff9a60be22d.zip |
api: use pointer for infolist "hook" to return only one hook
Diffstat (limited to 'doc/en/autogen/plugin_api/infolists.txt')
-rw-r--r-- | doc/en/autogen/plugin_api/infolists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/plugin_api/infolists.txt b/doc/en/autogen/plugin_api/infolists.txt index 94fa9fb6d..24b8b170c 100644 --- a/doc/en/autogen/plugin_api/infolists.txt +++ b/doc/en/autogen/plugin_api/infolists.txt @@ -48,7 +48,7 @@ | weechat | history | history of commands | buffer pointer (if not set, return global history) (optional) | - -| weechat | hook | list of hooks | - | type,arguments (type is command/timer/.., arguments to get only some hooks (can start or end with "*" as wildcard), both are optional) +| weechat | hook | list of hooks | hook pointer (optional) | type,arguments (type is command/timer/.., arguments to get only some hooks (can start or end with "*" as wildcard), both are optional) | weechat | hotlist | list of buffers in hotlist | - | - |