Skip to content

Replace GTimeVal with gint64 epoch time

Yongha Hwang requested to merge MShrimp4/xfconf:no-g-time-val into master

Related: thunar#125 (closed) (thunar#125 (closed))

GTimeVal is deprecated due to Y2038 bug. Since the actual usage only needs second-scale precision, all the usage is replaced with g_get_monotonic_time ().

Merge request reports