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