[vala] glib-2.0: Add get_monotonic_time() and get_real_time()



commit 3d153c752e3a1c561d96294ced17003db9b577d5
Author: David Kozub <zub linux fjfi cvut cz>
Date:   Sat Oct 15 13:10:53 2011 +0200

    glib-2.0: Add get_monotonic_time() and get_real_time()

 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 dde2815..03ef2c7 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;



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