]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-0.10: Fixed gst_iterator_find_custom binding
authorSebastian Pölsterl <sebp@k-d-w.org>
Mon, 20 Jul 2009 19:05:54 +0000 (21:05 +0200)
committerSebastian Pölsterl <sebp@k-d-w.org>
Mon, 20 Jul 2009 19:05:54 +0000 (21:05 +0200)
Don't hide user_data parameter.
Fixes bug #589147

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

index 75f793c87ea18f7dd10bac36f8892d6fca1cecad..216a3c085be87e787e3ac879d096dade01138d31 100644 (file)
@@ -567,7 +567,7 @@ namespace Gst {
                public weak Gst.IteratorResyncFunction resync;
                public GLib.Type type;
                public unowned Gst.Iterator filter (GLib.CompareFunc func);
-               public void* find_custom (GLib.CompareFunc func);
+               public void* find_custom (GLib.CompareFunc func, void* user_data);
                public Gst.IteratorResult fold (Gst.IteratorFoldFunction func, Gst.Value? ret);
                public Gst.IteratorResult @foreach (GLib.Func func);
                [CCode (has_construct_function = false)]
index 310c15402a7a6f398524591d43feea59176e29a5..0585a15cf29ff68e9079bd889a31bc53aef9eaa1 100644 (file)
@@ -142,6 +142,7 @@ gst_iterator_free hidden="1"
 gst_iterator_next hidden="1"
 gst_iterator_resync hidden="1"
 gst_iterator_fold.ret nullable="1"
+gst_iterator_find_custom.user_data hidden="0"
 GstMessage base_class="GstMiniObject"
 GstMessage.mini_object hidden="1"
 GstMessageClass base_class="GstMiniObjectClass"