Skip to content
  • Allison Karlitskaya's avatar
    Deprecated (undocumented) g_thread_gettime · e48573c4
    Allison Karlitskaya authored
    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().
    e48573c4