]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Add G_LOG_2_BASE_10 constant
authorSteven Oliver <oliver.steven@gmail.com>
Sat, 18 Jan 2014 00:06:04 +0000 (19:06 -0500)
committerLuca Bruno <lucabru@src.gnome.org>
Sat, 18 Jan 2014 08:56:02 +0000 (09:56 +0100)
Fixes bug 722466

vapi/glib-2.0.vapi

index b73c308f778841c5a1e425c85974ccb9004e946f..b4c421287013b9e435bffe8a611884ea2e9a9b6d 100644 (file)
@@ -1302,6 +1302,9 @@ namespace GLib {
                [CCode (cname = "G_SQRT2")]
                public const double SQRT2;
 
+               [CCode (cname = "G_LOG_2_BASE_10")]
+               public const double LOG_2_BASE_10;
+
                /* generated from <bits/mathcalls.h> of glibc */
                public static double acos (double x);
                public static float acosf (float x);