Bug 559706 - Interface prerequisites

svn path=/trunk/; revision=936
This commit is contained in:
Colin Walters 2008-11-17 00:27:46 +00:00
parent 44b1fde2db
commit 6c74aba6b6

View File

@ -188,7 +188,11 @@ dump_interface_type (GType type, const char *symbol, GOutputStream *out)
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",