Static gio::FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME[][src]

pub static FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME: Lazy<&'static str>
Expand description

A key in the “standard” namespace for getting the display name of the file. A display name is guaranteed to be in UTF-8 and can thus be displayed in the UI. It is guaranteed to be set on every file. Corresponding FileAttributeType is FileAttributeType::String.