mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-05 13:19:21 +02:00
Bug 559706 - Interface prerequisites
svn path=/trunk/; revision=936
This commit is contained in:
6
gdump.c
6
gdump.c
@@ -188,7 +188,11 @@ dump_interface_type (GType type, const char *symbol, GOutputStream *out)
|
|||||||
GType itype = interfaces[i];
|
GType itype = interfaces[i];
|
||||||
if (itype == G_TYPE_OBJECT)
|
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;
|
continue;
|
||||||
}
|
}
|
||||||
escaped_printf (out, " <prerequisite name=\"%s\"/>\n",
|
escaped_printf (out, " <prerequisite name=\"%s\"/>\n",
|
||||||
|
Reference in New Issue
Block a user