]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gstreamer-0.10: fix Bus.create_watch return value type
authorEvan Nemerson <evan@coeus-group.com>
Tue, 5 Jun 2012 22:35:56 +0000 (15:35 -0700)
committerEvan Nemerson <evan@coeus-group.com>
Tue, 5 Jun 2012 22:35:56 +0000 (15:35 -0700)
vapi/gstreamer-0.10.vapi
vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata

index 21aef5d583a4d0c08f61cfb27d943eeae032fa44..28075323c2a208108e131c753a5da39428d3f34e 100644 (file)
@@ -167,7 +167,7 @@ namespace Gst {
                public uint add_watch_full (int priority, owned Gst.BusFunc func);
                [CCode (instance_pos = -1)]
                public bool async_signal_func (Gst.Bus bus, Gst.Message message);
-               public GLib.TimeoutSource create_watch ();
+               public GLib.Source create_watch ();
                public void disable_sync_message_emission ();
                public void enable_sync_message_emission ();
                public bool have_pending ();
index e211ecdc87be24fb91fe24fe3fd16e8593379714..aef6da1c3e8b2fb2930fcdb5d9b270d8aa922dbd 100644 (file)
@@ -59,7 +59,7 @@ gst_bus_post.message takes_ownership="1"
 gst_bus_set_sync_handler.func nullable="1"
 gst_bus_timed_pop transfer_ownership="1" nullable="1"
 gst_bus_timed_pop_filtered transfer_ownership="1" nullable="1"
-gst_bus_create_watch transfer_ownership="1"
+gst_bus_create_watch type_name="GLib.Source" transfer_ownership="1"
 GstCaps.type hidden="1"
 GstCaps.structs hidden="1"
 GstCaps.refcount hidden="1"