From e5adac113b682c0a8fd0e37de654dbf26704123b Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 14 May 2014 15:59:36 +0200 Subject: [PATCH] TpProtocol:avatar-requirements: turn to a boxed property Fix https://bugs.freedesktop.org/show_bug.cgi?id=77143 --- telepathy-glib/protocol.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/telepathy-glib/protocol.c b/telepathy-glib/protocol.c index 9d4fe1c..cdaf3cd 100644 --- a/telepathy-glib/protocol.c +++ b/telepathy-glib/protocol.c @@ -823,9 +823,10 @@ tp_protocol_class_init (TpProtocolClass *klass) * Since: 0.15.6 */ g_object_class_install_property (object_class, PROP_AVATAR_REQUIREMENTS, - g_param_spec_pointer ("avatar-requirements", + g_param_spec_boxed ("avatar-requirements", "Avatars requirements", "Avatars requirements", + TP_TYPE_AVATAR_REQUIREMENTS, G_PARAM_READABLE | G_PARAM_STATIC_STRINGS)); /** -- 1.9.0