gobject-introspection r470 - in trunk: girepository tests/scanner



Author: walters
Date: Sat Aug 23 16:36:15 2008
New Revision: 470
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=470&view=rev

Log:
Add debug print, fix includes


Modified:
   trunk/girepository/girparser.c
   trunk/tests/scanner/annotation-expected.gir
   trunk/tests/scanner/drawable-expected.gir

Modified: trunk/girepository/girparser.c
==============================================================================
--- trunk/girepository/girparser.c	(original)
+++ trunk/girepository/girparser.c	Sat Aug 23 16:36:15 2008
@@ -467,6 +467,7 @@
   str = g_strdup (type);
   node = parse_type_internal (str, &rest);
   g_free (str);
+  g_debug ("Parsed type: %s => %d", type, node->tag);
 
   return node;
 }

Modified: trunk/tests/scanner/annotation-expected.gir
==============================================================================
--- trunk/tests/scanner/annotation-expected.gir	(original)
+++ trunk/tests/scanner/annotation-expected.gir	Sat Aug 23 16:36:15 2008
@@ -5,6 +5,7 @@
             xmlns:glib="http://www.gtk.org/introspection/glib/1.0";>
   <include name="GLib"/>
   <include name="GObject"/>
+  <include name="utility"/>
   <namespace name="annotation" shared-library="libannotation.la">
     <record name="Object" c:type="AnnotationObject">
       <field name="parent_instance">

Modified: trunk/tests/scanner/drawable-expected.gir
==============================================================================
--- trunk/tests/scanner/drawable-expected.gir	(original)
+++ trunk/tests/scanner/drawable-expected.gir	Sat Aug 23 16:36:15 2008
@@ -5,6 +5,7 @@
             xmlns:glib="http://www.gtk.org/introspection/glib/1.0";>
   <include name="GLib"/>
   <include name="GObject"/>
+  <include name="utility"/>
   <namespace name="drawable" shared-library="libdrawable.la">
     <class name="TestDrawable"
            c:type="TestDrawable"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]