GNOME Bugzilla – Bug 709901
Suggestion: Metadata for Iterators should provide a nested <type> tag, like GList already do
Last modified: 2018-02-08 12:25:25 UTC
GList can provide this: <type name="GLib.List" c:type="GList*"> <type name="TreePath"/> </type> It would be nice that Iterators also do. This is what is currently being generated, for instance, for gstreamer's bin class, iterator function : <return-value transfer-ownership="full"> <doc xml:whitespace="preserve">a #GstIterator of #GstElement, or NULL</doc> <type name="Iterator" c:type="GstIterator*"/> </return-value>
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gobject-introspection/issues/98.