pub type GFileAttributeInfo = _GFileAttributeInfo;
Expand description
GFileAttributeInfo: @name: the name of the attribute. @type: the #GFileAttributeType type of the attribute. @flags: a set of #GFileAttributeInfoFlags.
Information about a specific attribute.
Aliased Type§
struct GFileAttributeInfo {
pub name: *mut i8,
pub type_: u32,
pub flags: u32,
}
Fields§
§name: *mut i8
§type_: u32
§flags: u32