summaryrefslogtreecommitdiff
path: root/libmatemixer/matemixer-device-profile-private.h
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-08-12 05:06:12 +0200
committerMichal Ratajsky <[email protected]>2014-08-12 05:06:12 +0200
commit1e1847069eb58c2b62f2b3c11e1e9adf3a17ebde (patch)
tree4bcd30db2bdf4032c4a49844570ce4227cf2510e /libmatemixer/matemixer-device-profile-private.h
parent7396148c328d9f2a0d933374547c7e93a46b8efa (diff)
parent6c6d4239ddc807e922df3874654f99eea291aadb (diff)
downloadlibmatemixer-1e1847069eb58c2b62f2b3c11e1e9adf3a17ebde.tar.bz2
libmatemixer-1e1847069eb58c2b62f2b3c11e1e9adf3a17ebde.tar.xz
Merge branch 'oss-alsa'
Diffstat (limited to 'libmatemixer/matemixer-device-profile-private.h')
-rw-r--r--libmatemixer/matemixer-device-profile-private.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/libmatemixer/matemixer-device-profile-private.h b/libmatemixer/matemixer-device-profile-private.h
index 403c7d7..44f2853 100644
--- a/libmatemixer/matemixer-device-profile-private.h
+++ b/libmatemixer/matemixer-device-profile-private.h
@@ -24,20 +24,20 @@
G_BEGIN_DECLS
-MateMixerDeviceProfile *_mate_mixer_device_profile_new (const gchar *name,
- const gchar *description,
- guint priority,
- guint input_streams,
- guint output_streams);
-
-gboolean _mate_mixer_device_profile_update_description (MateMixerDeviceProfile *profile,
- const gchar *description);
-gboolean _mate_mixer_device_profile_update_priority (MateMixerDeviceProfile *profile,
- guint priority);
-gboolean _mate_mixer_device_profile_update_num_input_streams (MateMixerDeviceProfile *profile,
- guint num);
-gboolean _mate_mixer_device_profile_update_num_output_streams (MateMixerDeviceProfile *profile,
- guint num);
+MateMixerDeviceProfile *_mate_mixer_device_profile_new (const gchar *name,
+ const gchar *description,
+ guint priority,
+ guint input_streams,
+ guint output_streams);
+
+gboolean _mate_mixer_device_profile_set_label (MateMixerDeviceProfile *profile,
+ const gchar *label);
+gboolean _mate_mixer_device_profile_set_priority (MateMixerDeviceProfile *profile,
+ guint priority);
+gboolean _mate_mixer_device_profile_set_num_input_streams (MateMixerDeviceProfile *profile,
+ guint num);
+gboolean _mate_mixer_device_profile_set_num_output_streams (MateMixerDeviceProfile *profile,
+ guint num);
G_END_DECLS