[ CCode ( cname = "g_get_current_time" ) ]
public TimeVal ()
Equivalent to the UNIX get_time_of_day function, but portable.
TimeVal is not year-2038-safe. Use get_real_time instead.
You may find get_real_time to be more convenient.
result |
TimeVal structure in which to store current time. |