mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 10:38:08 +01:00
Bug 559706 - Interface prerequisites
svn path=/trunk/; revision=936
This commit is contained in:
parent
44b1fde2db
commit
6c74aba6b6
6
gdump.c
6
gdump.c
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user