vala r2333 - in trunk: . vapi vapi/packages/gstreamer-0.10



Author: juergbi
Date: Sun Jan 11 16:37:34 2009
New Revision: 2333
URL: http://svn.gnome.org/viewvc/vala?rev=2333&view=rev

Log:
2009-01-11  JÃrg Billeter  <j bitron ch>

	* vapi/packages/gstreamer-0.10/:

	Ownership fixes  in gst_bin_* bindings, patch by Sebastian PÃlsterl

	* 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 Jan 11 16:37:34 2009
@@ -35,18 +35,18 @@
 		[NoWrapper]
 		public virtual bool add_element (Gst.Element element);
 		public void add_many (params owned Gst.Element[] elements);
-		public unowned Gst.Pad find_unconnected_pad (Gst.PadDirection direction);
-		public unowned Gst.Element get_by_interface (GLib.Type iface);
-		public unowned Gst.Element get_by_name (string name);
-		public unowned Gst.Element get_by_name_recurse_up (string name);
+		public Gst.Pad find_unconnected_pad (Gst.PadDirection direction);
+		public Gst.Element get_by_interface (GLib.Type iface);
+		public Gst.Element get_by_name (string name);
+		public Gst.Element get_by_name_recurse_up (string name);
 		[NoWrapper]
 		public virtual void handle_message (Gst.Message message);
-		public unowned Gst.Iterator iterate_all_by_interface (GLib.Type iface);
-		public unowned Gst.Iterator iterate_elements ();
-		public unowned Gst.Iterator iterate_recurse ();
-		public unowned Gst.Iterator iterate_sinks ();
-		public unowned Gst.Iterator iterate_sorted ();
-		public unowned Gst.Iterator iterate_sources ();
+		public Gst.Iterator iterate_all_by_interface (GLib.Type iface);
+		public Gst.Iterator iterate_elements ();
+		public Gst.Iterator iterate_recurse ();
+		public Gst.Iterator iterate_sinks ();
+		public Gst.Iterator iterate_sorted ();
+		public Gst.Iterator iterate_sources ();
 		[CCode (type = "GstElement*", has_construct_function = false)]
 		public Bin (string name);
 		public bool remove (Gst.Element element);

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 Jan 11 16:37:34 2009
@@ -10,6 +10,16 @@
 gst_bin_add.element value_owned="1"
 gst_bin_add_many hidden="1"
 gst_bin_remove_many ellipsis="1"
+gst_bin_get_by_name transfer_ownership="1"
+gst_bin_get_by_name_recurse_up transfer_ownership="1"
+gst_bin_get_by_interface transfer_ownership="1"
+gst_bin_iterate_elements transfer_ownership="1"
+gst_bin_iterate_recurse transfer_ownership="1"
+gst_bin_iterate_sinks transfer_ownership="1"
+gst_bin_iterate_sorted transfer_ownership="1"
+gst_bin_iterate_sources transfer_ownership="1"
+gst_bin_iterate_all_by_interface transfer_ownership="1"
+gst_bin_find_unconnected_pad transfer_ownership="1"
 GstBuffer base_class="GstMiniObject"
 GstBuffer.data is_array="1"
 GstBuffer.mini_object hidden="1"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]