summaryrefslogtreecommitdiff
path: root/girepository/gdump.c
diff options
context:
space:
mode:
authorColin Walters <walters@src.gnome.org>2008-11-17 00:27:46 +0000
committerColin Walters <walters@src.gnome.org>2008-11-17 00:27:46 +0000
commitfd9792f86780638ca37b76fc305a86ad987e98c3 (patch)
treed60aa183b927fb8f56e50d8ef2ed5aa347e417f0 /girepository/gdump.c
parent31770848abfaf7ae4e47e4f5a9bca01a05f9d97a (diff)
downloadgobject-introspection-fd9792f86780638ca37b76fc305a86ad987e98c3.tar.gz
Bug 559706 - Interface prerequisites
svn path=/trunk/; revision=936
Diffstat (limited to 'girepository/gdump.c')
-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",