Deprecated (undocumented) g_thread_gettime
authorRyan Lortie <desrt@desrt.ca>
Wed, 31 Aug 2011 19:49:35 +0000 (15:49 -0400)
committerRyan Lortie <desrt@desrt.ca>
Fri, 9 Sep 2011 16:47:39 +0000 (12:47 -0400)
commite48573c402326a9428b032b0d33dd06644316990
tree14bcb0dd0de93478b836970d0ab6472dffc795ac
parent3534ff418c85481d245631abb06e89b8898790f4
Deprecated (undocumented) g_thread_gettime

g_thread_gettime() is an undocumented public function pointer that
points to a function that returns the monotonic time in nanoseconds.
g_get_monotonic_time() does the same in microseconds, so it can be used
instead.

GLib had one internal user in GFileMonitor that only cared about
millisecond accuracy; it has been ported to g_get_monotonic_time().
gio/gfilemonitor.c
glib/gthread.c
glib/gthread.h
gthread/gthread-impl.c
gthread/gthread-none.c
gthread/gthread-posix.c
gthread/gthread-win32.c