Skip to content

Update GFileInfo to use GDateTime as timestamps

AbanoubGhadban requested to merge AbanoubGhadban/glib:fixing_2281 into master

It is intended to fix issue #2281 (closed). It makes GFileInfo use GDateTime as timestamps for access and creation times of file. The following functions is added in GFileInfo

  • g_file_info_get_access_date_time
  • g_file_info_get_creation_date_time
  • g_file_info_set_access_date_time
  • g_file_info_set_creation_date_time

Also the tests for these functions are added to gio/tests/g-file-info.c

Merge request reports