GNOME Bugzilla – Bug 606827
hide the protected variables of the GstIterator structure exposing then the accessors functions
Last modified: 2010-02-12 19:42:11 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.
Created attachment 151334 [details] [review] hide the members of the GstIterator structure Also mark as out parameter elem in gst_iterator_next function