After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 709901 - Suggestion: Metadata for Iterators should provide a nested <type> tag, like GList already do
Suggestion: Metadata for Iterators should provide a nested <type> tag, like G...
Status: RESOLVED OBSOLETE
Product: gobject-introspection
Classification: Platform
Component: general
2.36.x
Other All
: Normal enhancement
: ---
Assigned To: gobject-introspection Maintainer(s)
gobject-introspection Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-10-11 11:33 UTC by Stephan Sundermann
Modified: 2018-02-08 12:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Stephan Sundermann 2013-10-11 11:33:38 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>
Comment 1 André Klapper 2015-02-07 17:22:34 UTC
[Mass-moving gobject-introspection tickets to its own Bugzilla product - see bug 708029. Mass-filter your bugmail for this message: introspection20150207 ]
Comment 2 GNOME Infrastructure Team 2018-02-08 12:25:25 UTC
-- 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.