gobject-introspection r963 - in trunk: . girepository



Author: johan
Date: Mon Nov 24 16:22:16 2008
New Revision: 963
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=963&view=rev

Log:
2008-11-24  Johan Dahlin  <jdahlin async com br>

	* girepository/gdump.c (dump_type): Remove a warning,
	be less verbose on error on fundamental types.



Modified:
   trunk/ChangeLog
   trunk/girepository/gdump.c

Modified: trunk/girepository/gdump.c
==============================================================================
--- trunk/girepository/gdump.c	(original)
+++ trunk/girepository/gdump.c	Mon Nov 24 16:22:16 2008
@@ -274,7 +274,11 @@
       /* GValue, etc.  Just skip them. */
       break;
     default:
-      g_warning ("unhandled gtype %s", g_type_name (type));
+      /* Other fundamental types such as the once GStreamer and Clutter registers
+       * are not yet interesting from an introspection perspective and should be
+       * ignored
+       */
+      break;
     }
 }
 



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