summaryrefslogtreecommitdiff
path: root/json-glib/json-gobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'json-glib/json-gobject.c')
-rw-r--r--json-glib/json-gobject.c3
1 files changed, 2 insertions, 1 deletions
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);