getCurrentTime

Equivalent to the UNIX gettimeofday() function, but portable.

You may find glib.global.getRealTime to be more convenient.

More...
void
getCurrentTime

Parameters

result glib.time_val.TimeVal

#GTimeVal structure in which to store current time.

Detailed Description

Deprecated: #GTimeVal is not year-2038-safe. Use glib.global.getRealTime instead.