FileInfo.getModificationTime

Gets the modification time of the current info and sets it in result.

It is an error to call this if the #GFileInfo does not contain G_FILE_ATTRIBUTE_TIME_MODIFIED. If G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC is provided it will be used too.

More...
class FileInfo
void
getModificationTime

Parameters

result glib.time_val.TimeVal

a #GTimeVal.

Detailed Description

Deprecated: Use gio.file_info.FileInfo.getModificationDateTime instead, as #GTimeVal is deprecated due to the year 2038 problem.