方法

GLibTimeValadd

已弃用:2.62 

声明 [源]

void
g_time_val_add (
  GTimeVal* time_,
  glong microseconds
)

描述 [源]

time_ 添加指定的微秒数。微秒数可以也为负,以减小 time_ 的值。

已弃用自:2.62

GTimeVal 不是 2038 年安全。使用 guint64 表示自纪元以来的微秒数,或将使用 GDateTime

参数

microseconds

类型: glong

要添加到 time 的微秒数数量。