mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-29 15:26:18 +01:00
Add debug print, fix includes
svn path=/trunk/; revision=470
This commit is contained in:
parent
ca6a30f98a
commit
20b10e4542
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user