vala r2383 - in trunk: . vapi



Author: juergbi
Date: Sat Jan 17 23:02:49 2009
New Revision: 2383
URL: http://svn.gnome.org/viewvc/vala?rev=2383&view=rev

Log:
2009-01-18  JÃrg Billeter  <j bitron ch>

	* vapi/glib-2.0.vapi:

	Fix sincos binding, patch by Jukka-Pekka Iivonen, fixes bug 568038


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	Sat Jan 17 23:02:49 2009
@@ -836,7 +836,6 @@
 	}
 }
 
-[Import ()]
 [CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "glib.h")]
 namespace GLib {
 	[CCode (lower_case_cprefix = "", cheader_filename = "math.h")]
@@ -868,7 +867,7 @@
 		public static float sinhf (float x);
 		public static double tanh (double x);
 		public static float tanhf (float x);
-		public static void sincos (double x, out double sinx, ref double cosx);
+		public static void sincos (double x, out double sinx, out double cosx);
 		public static void sincosf (float x, out float sinx, out float cosx);
 		public static double acosh (double x);
 		public static float acoshf (float x);



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