]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Add get_monotonic_time() and get_real_time()
authorDavid Kozub <zub@linux.fjfi.cvut.cz>
Sat, 15 Oct 2011 11:10:53 +0000 (13:10 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Sat, 15 Oct 2011 11:33:03 +0000 (13:33 +0200)
vapi/glib-2.0.vapi

index dde281531f11cc4102fcd06e2a72824cf2b68d00..03ef2c77cc65fddbe5dfca6de1e6dd5c1b7b6a2e 100644 (file)
@@ -2290,6 +2290,9 @@ namespace GLib {
                public string to_iso8601 ();
        }
 
+       public static int64 get_monotonic_time ();
+       public static int64 get_real_time ();
+
        public struct DateDay : uchar {
                [CCode (cname = "G_DATE_BAD_DAY")]
                public static DateDay BAD_DAY;