vala r1807 - in trunk: . vapi vapi/packages/gstreamer-0.10
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1807 - in trunk: . vapi vapi/packages/gstreamer-0.10
- Date: Sun, 28 Sep 2008 13:28:12 +0000 (UTC)
Author: juergbi
Date: Sun Sep 28 13:28:12 2008
New Revision: 1807
URL: http://svn.gnome.org/viewvc/vala?rev=1807&view=rev
Log:
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
Modified:
trunk/ChangeLog
trunk/vapi/gstreamer-0.10.vapi
trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
Modified: trunk/vapi/gstreamer-0.10.vapi
==============================================================================
--- trunk/vapi/gstreamer-0.10.vapi (original)
+++ trunk/vapi/gstreamer-0.10.vapi Sun Sep 28 13:28:12 2008
@@ -1075,7 +1075,7 @@
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);
Modified: trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
==============================================================================
--- trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata (original)
+++ trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata Sun Sep 28 13:28:12 2008
@@ -205,6 +205,7 @@
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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]