API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
deprecated: 2.62
void g_time_val_add ( GTimeVal* time_, glong microseconds )
Adds the given number of microseconds to time_. microseconds can also be negative to decrease the value of time_.
time_
microseconds
Deprecated since: 2.62
GTimeVal is not year-2038-safe. Use guint64 for representing microseconds since the epoch, or use GDateTime.
GTimeVal
guint64
GDateTime
Type: glong
glong
Number of microseconds to add to time.
time