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



Author: jhaitsma
Date: Thu May 29 09:43:40 2008
New Revision: 1480
URL: http://svn.gnome.org/viewvc/vala?rev=1480&view=rev

Log:
2008-05-29  Jaap A. Haitsma  <jaap haitsma org>

	* vapi/gstreamer-0.10.vapi:
	* vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala:
	Fix Gst.init () binding. Fixes bug #535411


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	Thu May 29 09:43:40 2008
@@ -2003,7 +2003,7 @@
 	public const int VERSION_MINOR;
 	public const int VERSION_NANO;
 	[CCode (cheader_filename = "gst/gst.h")]
-	public static void init ([CCode (array_length_pos = 0.9)] ref string[] args);
+	public static void init ([CCode (array_length_pos = 0.9)] ref weak string[] args);
 	[CCode (cheader_filename = "gst/gst.h")]
 	public static void atomic_int_set (int atomic_int, int 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	Thu May 29 09:43:40 2008
@@ -20,7 +20,7 @@
  * 	JÃrg Billeter <j bitron ch>
  */
 namespace Gst {
-	public extern void init ([CCode (array_length_pos = 0.9)] ref string[] args);
+	public extern void init ([CCode (array_length_pos = 0.9)] ref weak string[] args);
 
 	public struct ClockTime : uint64 {
 	}



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