Equivalent to the UNIX gettimeofday() function, but portable.
You may find g_get_real_time() to be more convenient.
#GTimeVal structure in which to store current time.
Deprecated: #GTimeVal is not year-2038-safe. Use g_get_real_time() instead.
See Implementation
Equivalent to the UNIX gettimeofday() function, but portable.
You may find g_get_real_time() to be more convenient.