TypeScript API Documentation for GLIB
API Version: 2.0
Library Version: 2.86.4
Generated with TypeDoc via ts-for-gir v4.0.0-beta.40
Deprecated 2.62
Queries the system wall-clock time.
This is equivalent to the UNIX gettimeofday() function, but portable.
gettimeofday()
You may find GLib.get_real_time to be more convenient.
Deprecated
GLib.TimeVal structure in which to store current time
since 2.62: GLib.TimeVal is not year-2038-safe. Use GLib.get_real_time instead.
Queries the system wall-clock time.
This is equivalent to the UNIX
gettimeofday()function, but portable.You may find GLib.get_real_time to be more convenient.