[vala] gstreamer-controller-0.10: Fix arguments of several methods.



commit da71ece93415663604667766f75357b25ce5fa11
Author: Rafael Monica <monraaf gmail com>
Date:   Thu Jul 22 11:47:29 2010 -0700

    gstreamer-controller-0.10: Fix arguments of several methods.
    
    Fixes bug 624876.

 vapi/gstreamer-controller-0.10.vapi                |   10 +++++-----
 .../gstreamer-controller-0.10.metadata             |    7 ++++++-
 2 files changed, 11 insertions(+), 6 deletions(-)
---
diff --git a/vapi/gstreamer-controller-0.10.vapi b/vapi/gstreamer-controller-0.10.vapi
index 3c0f70b..83bd6c7 100644
--- a/vapi/gstreamer-controller-0.10.vapi
+++ b/vapi/gstreamer-controller-0.10.vapi
@@ -15,16 +15,16 @@ namespace Gst {
 		public weak GLib.Object object;
 		public weak GLib.List properties;
 		[CCode (has_construct_function = false)]
-		public Controller (GLib.Object object);
+		public Controller (GLib.Object object, ...);
 		public Gst.Value @get (string property_name, Gst.ClockTime timestamp);
 		public unowned GLib.List get_all (string property_name);
 		public unowned Gst.ControlSource get_control_source (string property_name);
 		public bool get_value_array (Gst.ClockTime timestamp, Gst.ValueArray value_array);
 		public bool get_value_arrays (Gst.ClockTime timestamp, GLib.SList value_arrays);
-		public static bool init (int argc, out unowned string argv);
+		public static bool init ([CCode (array_length_pos = 0.9)] ref unowned string[] argv);
 		[CCode (has_construct_function = false)]
 		public Controller.list (GLib.Object object, GLib.List list);
-		public bool remove_properties ();
+		public bool remove_properties (...);
 		public bool remove_properties_list (GLib.List list);
 		public bool remove_properties_valist (void* var_args);
 		public bool @set (string property_name, Gst.ClockTime timestamp, Gst.Value value);
@@ -109,7 +109,7 @@ namespace Gst {
 	[CCode (cheader_filename = "gst/controller/gstcontroller.h", has_target = false)]
 	public delegate bool ControlSourceGetValueArray (Gst.ControlSource _self, Gst.ClockTime timestamp, Gst.ValueArray value_array);
 	[CCode (cheader_filename = "gst/controller/gstcontroller.h")]
-	public static unowned Gst.Controller object_control_properties (GLib.Object object);
+	public static unowned Gst.Controller object_control_properties (GLib.Object object, ...);
 	[CCode (cheader_filename = "gst/controller/gstcontroller.h")]
 	public static Gst.ClockTime object_get_control_rate (GLib.Object object);
 	[CCode (cheader_filename = "gst/controller/gstcontroller.h")]
@@ -131,5 +131,5 @@ namespace Gst {
 	[CCode (cheader_filename = "gst/controller/gstcontroller.h")]
 	public static bool object_sync_values (GLib.Object object, Gst.ClockTime timestamp);
 	[CCode (cheader_filename = "gst/controller/gstcontroller.h")]
-	public static bool object_uncontrol_properties (GLib.Object object);
+	public static bool object_uncontrol_properties (GLib.Object object, ...);
 }
diff --git a/vapi/packages/gstreamer-controller-0.10/gstreamer-controller-0.10.metadata b/vapi/packages/gstreamer-controller-0.10/gstreamer-controller-0.10.metadata
index a639f42..dbd1f95 100644
--- a/vapi/packages/gstreamer-controller-0.10/gstreamer-controller-0.10.metadata
+++ b/vapi/packages/gstreamer-controller-0.10/gstreamer-controller-0.10.metadata
@@ -2,4 +2,9 @@ Gst cprefix="Gst" lower_case_cprefix="gst_" cheader_filename="gst/controller/gst
 GstLFOControlSource cheader_filename="gst/controller/gstlfocontrolsource.h"
 GstLFOWaveform hidden="1"
 GST_PARAM_CONTROLLABLE hidden="1"
-
+gst_controller_init.argc hidden="1"
+gst_controller_init.argv is_array="1" is_ref="1" array_length_pos="0.9"
+gst_controller_new ellipsis="1"
+gst_controller_remove_properties ellipsis="1"
+gst_object_control_properties ellipsis="1"
+gst_object_uncontrol_properties ellipsis="1"



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