Skip to content

Add g_file_info_get_access_date_time

Jing Wang requested to merge jingw/glib:add-atime into master

The new method does the same thing as g_file_info_get_modification_date_time, but gets the access time.

The end goal is to use this in GNOME's thumbnail cache (gsd-housekeeping-manager.c), which currently uses mtime. gnome-settings-daemon!129 (closed)

Edited by Jing Wang

Merge request reports