函数

GLibget_current_time

已弃用:2.62 

声明 [src]

void
g_get_current_time (
  GTimeVal* result
)

说明 [src]

等效于 UNIX gettimeofday() 函数,但可移植。

你可能会发现 g_get_real_time() 更方便。

已弃用:2.62

GTimeVal 不支持年后 2038。使用 g_get_real_time() 代替。

参数

result

类型: GTimeVal

GTimeVal 结构,用于存储当前时间。

数据由该函数的调用者拥有。