From f2f43d17254317d35ea0cc8206592ecbcb856b68 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 17 Apr 2009 15:22:04 +0100 Subject: Intern the remaining type names JsonArray and JsonSerializable type names should be interned like the rest of the types. --- json-glib/json-gobject.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'json-glib/json-gobject.c') diff --git a/json-glib/json-gobject.c b/json-glib/json-gobject.c index 6eea9a5..0c9351a 100644 --- a/json-glib/json-gobject.c +++ b/json-glib/json-gobject.c @@ -515,7 +515,8 @@ json_serializable_get_type (void) if (!iface_type) iface_type = - g_type_register_static_simple (G_TYPE_INTERFACE, "JsonSerializable", + g_type_register_static_simple (G_TYPE_INTERFACE, + g_intern_static_string ("JsonSerializable"), sizeof (JsonSerializableIface), json_serializable_base_init, 0, NULL, 0); -- cgit v1.2.1