[ Deprecated ( since = "vala-0.16" , replacement = "FileAttribute.STANDARD_DESCRIPTION" ) ]
public const unowned string FILE_ATTRIBUTE_STANDARD_DESCRIPTION
Warning: FILE_ATTRIBUTE_STANDARD_DESCRIPTION is deprecated. Use GLib.FileAttribute.STANDARD_DESCRIPTION.
A key in the "standard" namespace for getting the description of the file.
The description is a utf8 string that describes the file, generally containing the filename, but can also contain furter information. Example descriptions could be "filename (on hostname)" for a remote file or "filename (in trash)" for a file in the trash. This is useful for instance as the window title when displaying a directory or for a bookmarks menu.
Corresponding FileAttributeType is g_file_attribute_type_string.