[vala] glib-2.0: Add G_LOG_2_BASE_10 constant



commit ca2b851c3026557a93e00906e16a9906f03d45cb
Author: Steven Oliver <oliver steven gmail com>
Date:   Fri Jan 17 19:06:04 2014 -0500

    glib-2.0: Add G_LOG_2_BASE_10 constant
    
    Fixes bug 722466

 vapi/glib-2.0.vapi |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index b73c308..b4c4212 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -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);


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