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 606827 - hide the protected variables of the GstIterator structure exposing then the accessors functions
hide the protected variables of the GstIterator structure exposing then the a...
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Bindings: GTK+ GStreamer WebKitGTK+
0.7.x
Other Linux
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2010-01-13 11:11 UTC by Víctor Manuel Jáquez Leal
Modified: 2010-02-12 19:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
hide the members of the GstIterator structure (1.27 KB, application/empty)
2010-01-13 11:11 UTC, Víctor Manuel Jáquez Leal
  Details
hide the members of the GstIterator structure (1.36 KB, patch)
2010-01-13 12:49 UTC, Víctor Manuel Jáquez Leal
none Details | Review

Description Víctor Manuel Jáquez Leal 2010-01-13 11:11:49 UTC
Created attachment 151329 [details]
hide the members of the GstIterator structure

The members of the GstIterator structure are private, so they should
be hidden, instead of the accessors functions.

This patch hide the private data enabling the accessors.

The vapi file must regenerated after applying the patch.
Comment 1 Víctor Manuel Jáquez Leal 2010-01-13 12:49:18 UTC
Created attachment 151334 [details] [review]
hide the members of the GstIterator structure

Also mark as out parameter elem in gst_iterator_next function