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 :