FileAttributeInfo

class FileAttributeInfo(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)

Information about a specific attribute.

Constructors

Link copied to clipboard
constructor()

Allocate a new FileAttributeInfo.

constructor(scope: <Error class: unknown class>)

Allocate a new FileAttributeInfo using the provided AutofreeScope.

constructor(name: String?, type: FileAttributeType, flags: FileAttributeInfoFlags)

Allocate a new FileAttributeInfo.

constructor(name: String?, type: FileAttributeType, flags: FileAttributeInfoFlags, scope: <Error class: unknown class>)

Allocate a new FileAttributeInfo using the provided AutofreeScope.

constructor(pointer: <Error class: unknown class><<Error class: unknown class>>, cleaner: <Error class: unknown class>? = null)

Properties

Link copied to clipboard

a set of #GFileAttributeInfoFlags.

Link copied to clipboard
val gioFileAttributeInfoPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
var name: String?

the name of the attribute.

Link copied to clipboard

the #GFileAttributeType type of the attribute.

Functions

Link copied to clipboard
open override fun toString(): String