]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-0.10: set the delegate target position for gst_iterator_fold
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Fri, 14 Aug 2009 15:23:04 +0000 (17:23 +0200)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Sat, 15 Aug 2009 15:14:22 +0000 (17:14 +0200)
Fixes bug 591815.

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

index c96c940068e7af1af5be14bf289fcb1619dca100..7baaee7432949abfb41e524c5264968117ed593b 100644 (file)
@@ -568,7 +568,7 @@ namespace Gst {
                public GLib.Type type;
                public unowned Gst.Iterator filter (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 fold ([CCode (delegate_target_pos = 2.1)] Gst.IteratorFoldFunction func, Gst.Value? ret);
                public Gst.IteratorResult @foreach (GLib.Func func);
                [CCode (has_construct_function = false)]
                public Iterator.list (GLib.Type type, GLib.Mutex @lock, uint32 master_cookie, GLib.List list, void* owner, Gst.IteratorItemFunction item, Gst.IteratorDisposeFunction free);
index 0585a15cf29ff68e9079bd889a31bc53aef9eaa1..34afcf256c02091c81bf5c4e5b32c03230331e5b 100644 (file)
@@ -141,6 +141,7 @@ gst_init_get_option_group transfer_ownership="1"
 gst_iterator_free hidden="1"
 gst_iterator_next hidden="1"
 gst_iterator_resync hidden="1"
+gst_iterator_fold.func delegate_target_pos="2.1"
 gst_iterator_fold.ret nullable="1"
 gst_iterator_find_custom.user_data hidden="0"
 GstMessage base_class="GstMiniObject"