[3448]: Do not show header in sidebar if there is no subitem
[gmpc.git] / src / preferences.h
bloba54d033fcecbc857076d0023b6fbb53ae3c0c85b
1 #ifndef __PREFERENCES_H__
2 #define __PREFERENCES_H__
4 /**
5 * Create the preferences window
6 */
7 void create_preferences_window(void);
9 /**
10 * If a plugin state changed (enabled/disable) this forces the preferences
11 * window to update
12 * the list.
14 void preferences_window_update(void);
15 #endif