Replace GTimeVal with gint64 epoch time
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 ().
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 ().