Struct

GioFileAttributeInfo

since: 2.0

Description

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.

Available since: 2.0