diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-28 13:15:53 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-03-28 13:15:53 +0200 |
commit | 0063d9314c79b2dece8027d6704eb5ee677c40d1 (patch) | |
tree | 78d93b4279221f75c6a6a3b92fb1798965a1425d /doc/en | |
parent | bd0d8d5a1c6a2e688729ffe378f7871c27406055 (diff) | |
download | weechat-0063d9314c79b2dece8027d6704eb5ee677c40d1.zip |
doc: fix name of function in unhook_all prototype (plugin API reference)
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_plugin_api.en.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/weechat_plugin_api.en.asciidoc b/doc/en/weechat_plugin_api.en.asciidoc index bb12f4d73..5590cca96 100644 --- a/doc/en/weechat_plugin_api.en.asciidoc +++ b/doc/en/weechat_plugin_api.en.asciidoc @@ -10490,7 +10490,7 @@ Prototype: [source,C] ---- -void weechat_unhook_all_plugin (const char *subplugin); +void weechat_unhook_all (const char *subplugin); ---- Arguments: |