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



Author: juergbi
Date: Tue Dec 16 18:04:20 2008
New Revision: 2180
URL: http://svn.gnome.org/viewvc/vala?rev=2180&view=rev

Log:
2008-12-16  JÃrg Billeter  <j bitron ch>

	* vapi/packages/gstreamer-0.10/:

	Fix gst_bus_sync_signal_handler binding, fixes bug 559721

	* vapi/gstreamer-0.10.vapi: regenerated


Modified:
   trunk/ChangeLog
   trunk/vapi/gstreamer-0.10.vapi
   trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala
   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	Tue Dec 16 18:04:20 2008
@@ -125,7 +125,8 @@
 		public void remove_signal_watch ();
 		public void set_flushing (bool flushing);
 		public void set_sync_handler (Gst.BusSyncHandler func);
-		public Gst.BusSyncReply sync_signal_handler (Gst.Message message, void* data);
+		[CCode (instance_pos = -1)]
+		public Gst.BusSyncReply sync_signal_handler (Gst.Bus bus, Gst.Message message);
 		public weak Gst.Message timed_pop (Gst.ClockTime timeout);
 		public weak Gst.Message timed_pop_filtered (Gst.ClockTime timeout, Gst.MessageType types);
 		public virtual signal void message (Gst.Message message);

Modified: trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala
==============================================================================
--- trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala	(original)
+++ trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala	Tue Dec 16 18:04:20 2008
@@ -58,6 +58,11 @@
 		public void make_writable ();
 	}
 
+	public class Bus {
+		[CCode (instance_pos = -1)]
+		public Gst.BusSyncReply sync_signal_handler (Gst.Bus bus, Gst.Message message);
+	}
+
 	[CCode (cheader_filename = "gst/gst.h")]
 	public class Pad {
 		[CCode (array_length_pos = 0, delegate_target_pos = 0)]

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	Tue Dec 16 18:04:20 2008
@@ -23,6 +23,7 @@
 gst_bus_add_watch_full.func value_owned="1"
 gst_bus_add_watch_full.notify hidden="1"
 gst_bus_set_sync_handler.data hidden="1"
+gst_bus_sync_signal_handler hidden="1"
 gst_caps_new_simple ellipsis="1"
 gst_caps_new_full ellipsis="1"
 gst_caps_set_simple ellipsis="1"



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