mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
Fix typo in Plugin API Reference
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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 :
|
||||
|
||||
Reference in New Issue
Block a user