]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: add missing parameters to Test.rand_double_range
authorEvan Nemerson <evan@coeus-group.com>
Wed, 10 Oct 2012 22:34:13 +0000 (15:34 -0700)
committerJürg Billeter <j@bitron.ch>
Sun, 11 Nov 2012 12:52:57 +0000 (13:52 +0100)
vapi/glib-2.0.vapi

index 6479249551a6809653d21e2020123eb274808eae..904838156f8622d85efa44d9a56ec84a29aa541c 100644 (file)
@@ -3615,7 +3615,7 @@ namespace GLib {
                public static int32 rand_int ();
                public static int32 rand_int_range (int32 begin, int32 end);
                public static double rand_double ();
-               public static double rand_double_range ();
+               public static double rand_double_range (double begin, double end);
                public static void log_set_fatal_handler (LogFatalFunc log_func);
        }