diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-02 16:42:29 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-09-02 16:42:29 +0200 |
commit | 5c4077f18419fa2a3d195da04567c8656322110a (patch) | |
tree | 3c65f00a8b8435348c4c215a6cf2662c03c06b24 /doc | |
parent | 6a327227ce708f422cf30e0a03ef17d04bbcad86 (diff) | |
download | weechat-5c4077f18419fa2a3d195da04567c8656322110a.zip |
Fix typo in Plugin API Reference
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/weechat_plugin_api.en.txt | 2 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat_plugin_api.en.txt b/doc/en/weechat_plugin_api.en.txt index c135a1b59..5f467e0dd 100644 --- a/doc/en/weechat_plugin_api.en.txt +++ b/doc/en/weechat_plugin_api.en.txt @@ -6051,7 +6051,7 @@ Prototype: [source,C] ---------------------------------------- -struct t_gui_bar_item *weechat_bar_search (const char *name); +struct t_gui_bar *weechat_bar_search (const char *name); ---------------------------------------- Arguments: diff --git a/doc/fr/weechat_plugin_api.fr.txt b/doc/fr/weechat_plugin_api.fr.txt index 03042e787..e4bf672dc 100644 --- a/doc/fr/weechat_plugin_api.fr.txt +++ b/doc/fr/weechat_plugin_api.fr.txt @@ -6165,7 +6165,7 @@ Prototype : [source,C] ---------------------------------------- -struct t_gui_bar_item *weechat_bar_search (const char *name); +struct t_gui_bar *weechat_bar_search (const char *name); ---------------------------------------- Paramètres : |