vala r2330 - in trunk: . vapi vapi/packages/gstreamer-0.10
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r2330 - in trunk: . vapi vapi/packages/gstreamer-0.10
- Date: Sun, 11 Jan 2009 12:56:10 +0000 (UTC)
Author: juergbi
Date: Sun Jan 11 12:56:10 2009
New Revision: 2330
URL: http://svn.gnome.org/viewvc/vala?rev=2330&view=rev
Log:
2009-01-11 JÃrg Billeter <j bitron ch>
* vapi/packages/gstreamer-0.10/:
Fix GstMessage ownership in gst_bus_* 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 12:56:10 2009
@@ -117,18 +117,18 @@
public bool have_pending ();
[CCode (has_construct_function = false)]
public Bus ();
- public unowned Gst.Message peek ();
- public unowned Gst.Message poll (Gst.MessageType events, Gst.ClockTimeDiff timeout);
- public unowned Gst.Message pop ();
- public unowned Gst.Message pop_filtered (Gst.MessageType types);
+ public Gst.Message peek ();
+ public Gst.Message poll (Gst.MessageType events, Gst.ClockTimeDiff timeout);
+ public Gst.Message pop ();
+ public Gst.Message pop_filtered (Gst.MessageType types);
public bool post (Gst.Message message);
public void remove_signal_watch ();
public void set_flushing (bool flushing);
public void set_sync_handler (Gst.BusSyncHandler func);
[CCode (instance_pos = -1)]
public Gst.BusSyncReply sync_signal_handler (Gst.Bus bus, Gst.Message message);
- public unowned Gst.Message timed_pop (Gst.ClockTime timeout);
- public unowned Gst.Message timed_pop_filtered (Gst.ClockTime timeout, Gst.MessageType types);
+ public Gst.Message timed_pop (Gst.ClockTime timeout);
+ public Gst.Message timed_pop_filtered (Gst.ClockTime timeout, Gst.MessageType types);
public virtual signal void message (Gst.Message message);
public virtual signal void sync_message (Gst.Message message);
}
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 12:56:10 2009
@@ -24,6 +24,12 @@
gst_bus_add_watch_full.notify hidden="1"
gst_bus_set_sync_handler.data hidden="1"
gst_bus_sync_signal_handler hidden="1"
+gst_bus_peek transfer_ownership="1"
+gst_bus_poll transfer_ownership="1"
+gst_bus_pop transfer_ownership="1"
+gst_bus_pop_filtered transfer_ownership="1"
+gst_bus_timed_pop transfer_ownership="1"
+gst_bus_timed_pop_filtered transfer_ownership="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]