vala r1055 - in trunk: . vapi



Author: juergbi
Date: Tue Feb 26 19:58:09 2008
New Revision: 1055
URL: http://svn.gnome.org/viewvc/vala?rev=1055&view=rev

Log:
2008-02-26  Juerg Billeter  <j bitron ch>

	* vapi/glib-2.0.vapi: fix g_test_init binding


Modified:
   trunk/ChangeLog
   trunk/vapi/glib-2.0.vapi

Modified: trunk/vapi/glib-2.0.vapi
==============================================================================
--- trunk/vapi/glib-2.0.vapi	(original)
+++ trunk/vapi/glib-2.0.vapi	Tue Feb 26 19:58:09 2008
@@ -2441,7 +2441,7 @@
 		public static void minimized_result (double minimized_quantity, string format, ...);
 		[PrintfFormat]
 		public static void maximized_result (double maximized_quantity, string format, ...);
-		public static void init ([CCode (array_length_pos = 0.9)] ref string[] args);
+		public static void init ([CCode (array_length_pos = 0.9)] ref string[] args, ...);
 		public static bool quick ();
 		public static bool slow ();
 		public static bool thorough ();



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