From 2471c576aff2054a04efaded787ebfc6e9e14c65 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 23 Aug 2008 16:36:15 +0000 Subject: [PATCH] Add debug print, fix includes svn path=/trunk/; revision=470 --- girepository/girparser.c | 1 + tests/scanner/annotation-expected.gir | 1 + tests/scanner/drawable-expected.gir | 1 + 3 files changed, 3 insertions(+) diff --git a/girepository/girparser.c b/girepository/girparser.c index 5b42856..df2d6c1 100644 --- a/girepository/girparser.c +++ b/girepository/girparser.c @@ -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; } diff --git a/tests/scanner/annotation-expected.gir b/tests/scanner/annotation-expected.gir index d8f5349..221710e 100644 --- a/tests/scanner/annotation-expected.gir +++ b/tests/scanner/annotation-expected.gir @@ -5,6 +5,7 @@ xmlns:glib="http://www.gtk.org/introspection/glib/1.0"> + diff --git a/tests/scanner/drawable-expected.gir b/tests/scanner/drawable-expected.gir index 55d2266..2388970 100644 --- a/tests/scanner/drawable-expected.gir +++ b/tests/scanner/drawable-expected.gir @@ -5,6 +5,7 @@ xmlns:glib="http://www.gtk.org/introspection/glib/1.0"> +