From b7d8363fbec421d1e3e8b1a198fd7efb2ec9d2bc Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Fri, 22 Oct 2010 18:40:08 +0200 Subject: Add g_source_get_time() Cached version of g_get_monotonic_time() that does similar to what g_source_get_current_time() does for g_get_current_time(). --- glib/glib.symbols | 1 + 1 file changed, 1 insertion(+) (limited to 'glib/glib.symbols') diff --git a/glib/glib.symbols b/glib/glib.symbols index f9ae89577..c499549d2 100644 --- a/glib/glib.symbols +++ b/glib/glib.symbols @@ -725,6 +725,7 @@ g_source_attach g_source_destroy g_source_get_can_recurse g_source_get_context +g_source_get_time g_source_get_current_time g_source_get_id g_source_get_name -- cgit v1.2.1