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



Author: juergbi
Date: Mon Jun  2 19:26:35 2008
New Revision: 1545
URL: http://svn.gnome.org/viewvc/vala?rev=1545&view=rev

Log:
2008-06-02  JÃrg Billeter  <j bitron ch>

	* vapi/packages/gstreamer-0.10/:

	Fix gst_bus_add_watch_full binding

	* 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	Mon Jun  2 19:26:35 2008
@@ -1,4 +1,4 @@
-/* gstreamer-0.10.vapi generated by vapigen, do not modify. */
+/* gstreamer-0.10.vapi generated by lt-vapigen, do not modify. */
 
 [CCode (cprefix = "Gst", lower_case_cprefix = "gst_")]
 namespace Gst {
@@ -1134,7 +1134,7 @@
 		public void add_signal_watch ();
 		public void add_signal_watch_full (int priority);
 		public uint add_watch (Gst.BusFunc func);
-		public uint add_watch_full (int priority, Gst.BusFunc func, GLib.DestroyNotify notify);
+		public uint add_watch_full (int priority, Gst.BusFunc# func);
 		public bool async_signal_func (Gst.Message message, void* data);
 		public weak GLib.TimeoutSource create_watch ();
 		public void disable_sync_message_emission ();

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	Mon Jun  2 19:26:35 2008
@@ -13,6 +13,8 @@
 GstBufferClass base_class="GstMiniObjectClass"
 GstBufferClass.mini_object_class hidden="1"
 gst_buffer_new hidden="1"
+gst_bus_add_watch_full.func value_owned="1"
+gst_bus_add_watch_full.notify 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]