rename query_user_presets to query_preset_names, make it return GStrv

This commit is contained in:
Tomasz Moń
2009-02-26 22:57:08 +01:00
parent bfc285ad0f
commit ca23f2c94c
2 changed files with 49 additions and 24 deletions

View File

@@ -461,9 +461,15 @@ enum {
#define USB_AUDIO_PLAYBACK_MIX 12297
#define USB_AUDIO_LEVEL 12307
typedef enum {
PRESETS_SYSTEM = 0,
PRESETS_USER = 1
} PresetBank;
void set_option(guint id, guint position, guint value);
void switch_user_preset(int x);
void switch_system_preset(int x);
void set_preset_level(int level);
GStrv query_preset_names(PresetBank bank);
#endif /* GDIGI_H */