mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Add debug print, fix includes
svn path=/trunk/; revision=470
This commit is contained in:
@@ -467,6 +467,7 @@ parse_type (ParseContext *ctx, const gchar *type)
|
|||||||
str = g_strdup (type);
|
str = g_strdup (type);
|
||||||
node = parse_type_internal (str, &rest);
|
node = parse_type_internal (str, &rest);
|
||||||
g_free (str);
|
g_free (str);
|
||||||
|
g_debug ("Parsed type: %s => %d", type, node->tag);
|
||||||
|
|
||||||
return node;
|
return node;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user