]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix gst_tag_list_copy binding, patch by Marc-André Lureau
authorJürg Billeter <j@bitron.ch>
Sun, 28 Sep 2008 13:28:12 +0000 (13:28 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Sun, 28 Sep 2008 13:28:12 +0000 (13:28 +0000)
2008-09-28  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gstreamer-0.10/:

Fix gst_tag_list_copy binding, patch by Marc-André Lureau

* vapi/gstreamer-0.10.vapi: regenerated

svn path=/trunk/; revision=1807

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

index 3099f62b6db1abdab91378f49ffb7343b7b36238..76dcd2dcf8d9396c6d223ccf182aa26bc316c144 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-09-28  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/packages/gstreamer-0.10/:
+
+       Fix gst_tag_list_copy binding, patch by Marc-André Lureau
+
+       * vapi/gstreamer-0.10.vapi: regenerated
+
 2008-09-28  Jürg Billeter  <j@bitron.ch>
 
        * vala/valasourcefile.vala:
index 56685fcaf4f260958551632a602d17abdfcfed1b..4f7e941014587bc93250e3abd46e16e1bfc37988 100644 (file)
@@ -1075,7 +1075,7 @@ namespace Gst {
                public void add_valist (Gst.TagMergeMode mode, string tag, void* var_args);
                public void add_valist_values (Gst.TagMergeMode mode, string tag, void* var_args);
                public void add_values (Gst.TagMergeMode mode, string tag, ...);
-               public weak Gst.TagList copy ();
+               public Gst.TagList copy ();
                public static bool copy_value (out GLib.Value dest, Gst.TagList list, string tag);
                public void @foreach (Gst.TagForeachFunc func);
                public bool get_boolean (string tag, out bool value);
index 1317538dcff5af8c9be642e0453d47e5a6972f2e..d912474b765c409a89c80543c7afa953679e8fca 100644 (file)
@@ -205,6 +205,7 @@ gst_structure_get_enum.value is_out="1"
 gst_structure_get_value nullable="1" type_name="Value"
 gst_structure_id_get_value nullable="1"
 gst_tag_list_get_value_index nullable="1"
+gst_tag_list_copy transfer_ownership="1"
 gst_tag_list_copy_value.dest is_out="1"
 gst_tag_list_add ellipsis="1"
 gst_tag_list_add_values ellipsis="1"