diff options
Diffstat (limited to 'src/gui/gui-bar-item.h')
-rw-r--r-- | src/gui/gui-bar-item.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/gui-bar-item.h b/src/gui/gui-bar-item.h index bd522c4a2..007257779 100644 --- a/src/gui/gui-bar-item.h +++ b/src/gui/gui-bar-item.h @@ -71,7 +71,10 @@ extern char *gui_bar_item_names[]; /* functions */ +extern int gui_bar_item_valid (struct t_gui_bar_item *bar_item); extern struct t_gui_bar_item *gui_bar_item_search (const char *name); +extern int gui_bar_item_string_is_item (const char *string, + const char *item_name); extern int gui_bar_item_used_in_a_bar (const char *item_name, int partial_name); extern char *gui_bar_item_get_value (const char *name, @@ -93,6 +96,8 @@ extern void gui_bar_item_free_all (); extern void gui_bar_item_free_all_plugin (struct t_weechat_plugin *plugin); extern void gui_bar_item_init (); extern void gui_bar_item_end (); +extern int gui_bar_item_add_to_infolist (struct t_infolist *infolist, + struct t_gui_bar_item *bar_item); extern void gui_bar_item_print_log (); #endif /* gui-bar-item.h */ |