FileInfo.getModificationTime

void getModificationTime(out glib.time_val.TimeVal result)

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 [gio.types.FILE_ATTRIBUTE_TIME_MODIFIED]. If [gio.types.FILE_ATTRIBUTE_TIME_MODIFIED_USEC] is provided it will be used too.

Parameters

resulta #GTimeVal.

Deprecated

Use [gio.file_info.FileInfo.getModificationDateTime] instead, as

#GTimeVal is deprecated due to the year 2038 problem.