API 版本: 2.0
库版本: 2.83.2
由 gi-docgen 2024.1 生成
已弃用:2.62
void g_time_val_add ( GTimeVal* time_, glong microseconds )
向 time_ 添加指定的微秒数。微秒数可以也为负,以减小 time_ 的值。
time_
已弃用自:2.62
GTimeVal 不是 2038 年安全。使用 guint64 表示自纪元以来的微秒数,或将使用 GDateTime。
GTimeVal
guint64
GDateTime
microseconds
类型: glong
glong
要添加到 time 的微秒数数量。
time