GNOME Bugzilla – Bug 545861
g_file_info_get_modification_time is missing
Last modified: 2008-08-01 16:43:42 UTC
See: http://library.gnome.org/devel/gio/unstable/GFileInfo.html#g-file-info-get-modification-time * Perhaps it could return a tuple modified,changed * Perhaps four functions; get_ctime, get_atime, get_mtime, etc
GTimeVal should be represented in python by a float.
2008-08-01 Johan Dahlin <johan@gnome.org> Bug 545861 – g_file_info_get_modification_time is missing * gio/gfileinfo.override: * gio/gio.defs: * tests/test_gio.py: Wrap, add test and documentation