Static gio::FILE_ATTRIBUTE_TRASH_ITEM_COUNT [−][src]
pub static FILE_ATTRIBUTE_TRASH_ITEM_COUNT: Lazy<&'static str>
Expand description
A key in the “trash” namespace. When requested against
trash:///
returns the number of (toplevel) items in the trash folder.
Corresponding FileAttributeType
is FileAttributeType::Uint32
.