gobject-introspection r936 - in trunk: . girepository



Author: walters
Date: Mon Nov 17 00:27:46 2008
New Revision: 936
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=936&view=rev

Log:
Bug 559706 - Interface prerequisites

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

Modified: trunk/girepository/gdump.c
==============================================================================
--- trunk/girepository/gdump.c	(original)
+++ trunk/girepository/gdump.c	Mon Nov 17 00:27:46 2008
@@ -188,7 +188,11 @@
       GType itype = interfaces[i];
       if (itype == G_TYPE_OBJECT)
 	{
-	  /* This is implicit */
+	  /* Treat this as implicit for now; in theory GInterfaces are
+	   * supported on things like GstMiniObject, but right now
+	   * the introspection system only supports GObject.
+	   * http://bugzilla.gnome.org/show_bug.cgi?id=559706
+	   */
 	  continue;
 	}
       escaped_printf (out, "    <prerequisite name=\"%s\"/>\n",



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