summaryrefslogtreecommitdiff
path: root/libmatemixer
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-07-27 13:12:53 +0200
committerMichal Ratajsky <[email protected]>2014-07-27 13:12:53 +0200
commit8436ec1641eee8868128755f6d1475230cea25e6 (patch)
tree1883410069b08ad7068ee1fc52df3fadb60d7bd3 /libmatemixer
parente369a047e3a43bd149fbce0af475bdef853aaf1a (diff)
downloadlibmatemixer-8436ec1641eee8868128755f6d1475230cea25e6.tar.bz2
libmatemixer-8436ec1641eee8868128755f6d1475230cea25e6.tar.xz
Beginning of OSS4 support
Diffstat (limited to 'libmatemixer')
-rw-r--r--libmatemixer/matemixer-device.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/libmatemixer/matemixer-device.c b/libmatemixer/matemixer-device.c
index 0406709..87517d6 100644
--- a/libmatemixer/matemixer-device.c
+++ b/libmatemixer/matemixer-device.c
@@ -38,7 +38,8 @@ mate_mixer_device_default_init (MateMixerDeviceInterface *iface)
"Name",
"Name of the device",
NULL,
- G_PARAM_READABLE |
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_STRINGS));
g_object_interface_install_property (iface,
@@ -46,7 +47,8 @@ mate_mixer_device_default_init (MateMixerDeviceInterface *iface)
"Description",
"Description of the device",
NULL,
- G_PARAM_READABLE |
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_STRINGS));
g_object_interface_install_property (iface,
@@ -54,7 +56,8 @@ mate_mixer_device_default_init (MateMixerDeviceInterface *iface)
"Icon",
"Name of the sound device icon",
NULL,
- G_PARAM_READABLE |
+ G_PARAM_READWRITE |
+ G_PARAM_CONSTRUCT_ONLY |
G_PARAM_STATIC_STRINGS));
g_object_interface_install_property (iface,