[ Deprecated ( since = "vala-0.16" , replacement = "FileAttribute.TIME_CHANGED" ) ]
public const unowned string FILE_ATTRIBUTE_TIME_CHANGED
Warning: FILE_ATTRIBUTE_TIME_CHANGED is deprecated. Use GLib.FileAttribute.TIME_CHANGED.
A key in the "time" namespace for getting the time the file was last changed.
Corresponding FileAttributeType is g_file_attribute_type_uint64, and contains the UNIX time since the file was last changed.
This corresponds to the traditional UNIX ctime.