summaryrefslogtreecommitdiff
path: root/girepository
diff options
context:
space:
mode:
Diffstat (limited to 'girepository')
-rw-r--r--girepository/gdump.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/girepository/gdump.c b/girepository/gdump.c
index a58e620e..9c0c083d 100644
--- a/girepository/gdump.c
+++ b/girepository/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",