mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
Fix typo in plugin API reference for weechat_bar_set
This commit is contained in:
@@ -6175,7 +6175,7 @@ int weechat_bar_set (struct t_gui_bar *bar, const char *property,
|
||||
|
||||
Arguments:
|
||||
|
||||
* 'name': bar name
|
||||
* 'bar': bar pointer
|
||||
* 'property': name, hidden, priority, conditions, position, filling_top_bottom,
|
||||
filling_left_right, size, size_max, color_fg, color_delim, color_bg,
|
||||
separator, items (see <<_weechat_bar_new>>)
|
||||
|
||||
@@ -6299,7 +6299,7 @@ int weechat_bar_set (struct t_gui_bar *bar, const char *property,
|
||||
|
||||
Paramètres :
|
||||
|
||||
* 'name' : nom de la barre
|
||||
* 'bar' : pointeur vers la barre
|
||||
* 'property' : name, hidden, priority, conditions, position, filling_top_bottom,
|
||||
filling_left_right, size, size_max, color_fg, color_delim, color_bg,
|
||||
separator, items (voir <<_weechat_bar_new>>)
|
||||
|
||||
Reference in New Issue
Block a user