vala r1519 - in trunk: . vapi vapi/packages/gstreamer-0.10
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1519 - in trunk: . vapi vapi/packages/gstreamer-0.10
- Date: Sat, 31 May 2008 13:46:02 +0000 (UTC)
Author: juergbi
Date: Sat May 31 13:46:01 2008
New Revision: 1519
URL: http://svn.gnome.org/viewvc/vala?rev=1519&view=rev
Log:
2008-05-31 JÃrg Billeter <j bitron ch>
* vapi/packages/gstreamer-0.10/:
Fix gst_value_list_get_value 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-custom.vala
Modified: trunk/vapi/gstreamer-0.10.vapi
==============================================================================
--- trunk/vapi/gstreamer-0.10.vapi (original)
+++ trunk/vapi/gstreamer-0.10.vapi Sat May 31 13:46:01 2008
@@ -1774,15 +1774,15 @@
public void list_prepend_value (Gst.Value prepend_value);
public void list_concat (Gst.Value value1, Gst.Value value2);
public uint list_get_size ();
- public Gst.Value list_get_value (uint index);
+ public weak Gst.Value? list_get_value (uint index);
public void set_fraction (int numerator, int denominator);
public int get_fraction_numerator ();
public int get_fraction_denominator ();
public static bool fraction_multiply (GLib.Value product, GLib.Value factor1, GLib.Value factor2);
public static bool fraction_subtract (GLib.Value dest, GLib.Value minuend, GLib.Value subtrahend);
public void set_fraction_range (Gst.Value start, Gst.Value end);
- public Gst.Value get_fraction_range_min ();
- public Gst.Value get_fraction_range_max ();
+ public weak Gst.Value? get_fraction_range_min ();
+ public weak Gst.Value? get_fraction_range_max ();
public void set_fraction_range_full (int numerator_start, int denominator_start, int numerator_end, int denominator_end);
public void set_date (Gst.Date date);
public Gst.Date get_date ();
@@ -1811,7 +1811,7 @@
public static bool can_intersect (Gst.Value value1, Gst.Value value2);
public void array_append_value (Gst.Value append_value);
public uint array_get_size ();
- public Gst.Value array_get_value (uint index);
+ public weak Gst.Value? array_get_value (uint index);
public void array_prepend_value (Gst.Value prepend_value);
}
[CCode (cheader_filename = "gst/gst.h")]
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 Sat May 31 13:46:01 2008
@@ -61,7 +61,7 @@
public void list_prepend_value (Gst.Value prepend_value);
public void list_concat (Gst.Value value1, Gst.Value value2);
public uint list_get_size ();
- public Gst.Value list_get_value (uint index);
+ public weak Gst.Value? list_get_value (uint index);
public void set_fraction (int numerator, int denominator);
public int get_fraction_numerator ();
@@ -70,8 +70,8 @@
public static bool fraction_subtract (GLib.Value dest, GLib.Value minuend, GLib.Value subtrahend);
public void set_fraction_range (Gst.Value start, Gst.Value end);
- public Gst.Value get_fraction_range_min ();
- public Gst.Value get_fraction_range_max ();
+ public weak Gst.Value? get_fraction_range_min ();
+ public weak Gst.Value? get_fraction_range_max ();
public void set_fraction_range_full (int numerator_start, int denominator_start, int numerator_end, int denominator_end);
public void set_date (Date date);
@@ -113,7 +113,7 @@
public void array_append_value (Gst.Value append_value);
public uint array_get_size ();
- public Gst.Value array_get_value (uint index);
+ public weak Gst.Value? array_get_value (uint index);
public void array_prepend_value (Gst.Value prepend_value);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]