Static gio::FILE_ATTRIBUTE_STANDARD_SORT_ORDER

source ·
pub static FILE_ATTRIBUTE_STANDARD_SORT_ORDER: &GStr
Expand description

A key in the “standard” namespace for setting the sort order of a file.

Corresponding #GFileAttributeType is FileAttributeType::Int32.

An example use would be in file managers, which would use this key to set the order files are displayed. Files with smaller sort order should be sorted first, and files without sort order as if sort order was zero.