summaryrefslogtreecommitdiff
path: root/libmatemixer/matemixer-device-profile.h
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-05-24 21:01:21 +0200
committerMichal Ratajsky <[email protected]>2014-05-24 21:01:21 +0200
commit4db8dc0cbb3959d6278a9e7650d5103a475ab897 (patch)
tree4bc508298ce65013a5819cf0cdde7444c23abdb2 /libmatemixer/matemixer-device-profile.h
parentcaf4d9b8b8b0d26856d2d64f00ab23756867a923 (diff)
downloadlibmatemixer-4db8dc0cbb3959d6278a9e7650d5103a475ab897.tar.bz2
libmatemixer-4db8dc0cbb3959d6278a9e7650d5103a475ab897.tar.xz
General additions and improvements
Diffstat (limited to 'libmatemixer/matemixer-device-profile.h')
-rw-r--r--libmatemixer/matemixer-device-profile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmatemixer/matemixer-device-profile.h b/libmatemixer/matemixer-device-profile.h
index fa750b8..1ac9020 100644
--- a/libmatemixer/matemixer-device-profile.h
+++ b/libmatemixer/matemixer-device-profile.h
@@ -58,6 +58,10 @@ MateMixerDeviceProfile *mate_mixer_device_profile_new (const gchar *identifier,
const gchar *name,
guint32 priority);
+const gchar *mate_mixer_device_profile_get_identifier (MateMixerDeviceProfile *profile);
+const gchar *mate_mixer_device_profile_get_name (MateMixerDeviceProfile *profile);
+guint32 mate_mixer_device_profile_get_priority (MateMixerDeviceProfile *profile);
+
G_END_DECLS
#endif /* MATEMIXER_PROFILE_H */