Update vala version.
[gmpc.git] / src / GUI / status_icon.h
blob42ab28b8c613b9664a65dbac613b4cccf6685fb4
1 #ifndef __STATUS_ICON_H__
2 #define __STATUS_ICON_H__
4 /**
5 * Update the default set of status icons.
6 * random, repeat, single, consume
7 */
8 void main_window_update_status_icons(void);
10 /**
11 * Add default set of status icons.
12 * random, repeat, single, consume
14 void main_window_init_default_status_icons(void);
16 /**
17 * @param icon The #GtkWidget to add
19 * Add an icon to the status bar.
21 void main_window_add_status_icon(GtkWidget * icon);
22 #endif