[Telepathy-commits] [telepathy-gabble/master] tube-stream.c: use a telepathy-glib hash type for a{uau}
Simon McVittie
simon.mcvittie at collabora.co.uk
Tue Feb 24 04:23:41 PST 2009
---
src/tube-stream.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/tube-stream.c b/src/tube-stream.c
index 4cfc5b1..28abc3a 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -1230,7 +1230,7 @@ gabble_tube_stream_class_init (GabbleTubeStreamClass *gabble_tube_stream_class)
"supported-socket-types",
"Supported socket types",
"GHashTable containing supported socket types.",
- dbus_g_type_get_map ("GHashTable", G_TYPE_UINT, DBUS_TYPE_G_UINT_ARRAY),
+ TP_HASH_TYPE_SUPPORTED_SOCKET_MAP,
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
g_object_class_install_property (object_class, PROP_SUPPORTED_SOCKET_TYPES,
param_spec);
--
1.5.6.5
More information about the telepathy-commits
mailing list