mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-29 21:33:30 +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);
|
||||
node = parse_type_internal (str, &rest);
|
||||
g_free (str);
|
||||
g_debug ("Parsed type: %s => %d", type, node->tag);
|
||||
|
||||
return node;
|
||||
}
|
||||
|
Reference in New Issue
Block a user