+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
+
2009-01-17 Jürg Billeter <j@bitron.ch>
* gobject/valaccodemethodcallmodule.vala:
}
}
-[Import ()]
[CCode (cprefix = "G", lower_case_cprefix = "g_", cheader_filename = "glib.h")]
namespace GLib {
[CCode (lower_case_cprefix = "", cheader_filename = "math.h")]
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);