]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-0.10: hide the members of the GstIterator structure
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Wed, 13 Jan 2010 11:04:46 +0000 (12:04 +0100)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Fri, 12 Feb 2010 19:11:49 +0000 (20:11 +0100)
The members of the GstIterator structure are private, so they should
be hidden, instead of the accesor functions. Also, the parameter elem
in gst_iterator_next outs a value.

vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata

index 2178bb8136bb815b38fbf8df0644276a262b810b..d47e1e8cbd63ed3d79907c5cb7a5826dcc69379b 100644 (file)
@@ -141,9 +141,11 @@ GstGhostPadClass hidden="1"
 gst_index_entry_copy transfer_ownership="1"
 gst_init hidden="1"
 gst_init_get_option_group transfer_ownership="1"
-gst_iterator_free hidden="1"
-gst_iterator_next hidden="1"
-gst_iterator_resync hidden="1"
+GstIterator.free hidden="1"
+GstIterator.next hidden="1"
+GstIterator.resync hidden="1"
+GstIterator.item hidden="1"
+gst_iterator_next.elem is_out="1"
 gst_iterator_fold.func delegate_target_pos="2.1"
 gst_iterator_fold.ret nullable="1"
 gst_iterator_find_custom.user_data hidden="0"