libpurple/protocols/jabber/jingle/iceudp.c

branch
soc.2013.gobjectification
changeset 35061
307195f879f3
parent 34935
686fa55b0deb
child 35065
2fe1b3f20c3c
child 36951
6e23992964ed
--- a/libpurple/protocols/jabber/jingle/iceudp.c	Sun Nov 17 03:04:58 2013 +0530
+++ b/libpurple/protocols/jabber/jingle/iceudp.c	Sun Nov 17 03:37:28 2013 +0530
@@ -175,13 +175,13 @@
 			g_param_spec_pointer("local-candidates",
 			"Local candidates",
 			"The local candidates for this transport.",
-			G_PARAM_READABLE));
+			G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
 
 	g_object_class_install_property(gobject_class, PROP_REMOTE_CANDIDATES,
 			g_param_spec_pointer("remote-candidates",
 			"Remote candidates",
 			"The remote candidates for this transport.",
-			G_PARAM_READABLE));
+			G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
 
 	g_type_class_add_private(klass, sizeof(JingleIceUdpPrivate));
 }

mercurial