From: David Kozub Date: Sat, 15 Oct 2011 11:10:53 +0000 (+0200) Subject: glib-2.0: Add get_monotonic_time() and get_real_time() X-Git-Tag: 0.14.1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5815e9325e437aefd82baf676b2c07881d6604c8;p=thirdparty%2Fvala.git glib-2.0: Add get_monotonic_time() and get_real_time() --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 586c5df68..3637061dd 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -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;