Struct
GioFileAttributeInfo
Description [src]
struct GFileAttributeInfo {
char* name;
GFileAttributeType type;
GFileAttributeInfoFlags flags;
}
Information about a specific attribute.
Structure members
name
The name of the attribute.
type
The
GFileAttributeType
type of the attribute.flags
A set of
GFileAttributeInfoFlags
.