From 5c4077f18419fa2a3d195da04567c8656322110a Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 2 Sep 2009 16:42:29 +0200 Subject: Fix typo in Plugin API Reference --- doc/en/weechat_plugin_api.en.txt | 2 +- doc/fr/weechat_plugin_api.fr.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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 : -- cgit v1.2.3