[Telepathy-commits] [telepathy-gabble/master] GabbleExportableChannel: decide that channel-properties is read-only
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Aug 19 10:54:19 PDT 2008
The channel manager is going to have to parse the properties in the request
anyway, so I don't think it's a great loss for it to pass all construct-time
properties separately.
20080729144715-53eee-a871a8be1845f7748d5b3d03469dcc8ed4b048bd.gz
---
src/exportable-channel.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/exportable-channel.c b/src/exportable-channel.c
index 4738a46..ea7612b 100644
--- a/src/exportable-channel.c
+++ b/src/exportable-channel.c
@@ -63,7 +63,7 @@ exportable_channel_base_init (gpointer klass)
"Channel properties",
"The channel properties",
TP_HASH_TYPE_QUALIFIED_PROPERTY_VALUE_MAP,
- G_PARAM_CONSTRUCT_ONLY | G_PARAM_READWRITE |
+ G_PARAM_READABLE |
G_PARAM_STATIC_NAME | G_PARAM_STATIC_BLURB | G_PARAM_STATIC_NICK);
g_object_interface_install_property (klass, param_spec);
--
1.5.6.3
More information about the Telepathy-commits
mailing list