FileAttributeInfoList

class FileAttributeInfoList(pointer: <Error class: unknown class><<Error class: unknown class>>)

Acts as a lightweight registry for possible valid file attributes. The registry stores Key-Value pair formats as #GFileAttributeInfos.

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gioFileAttributeInfoListPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard

an array of #GFileAttributeInfos.

Link copied to clipboard
var nInfos: Int

the number of values in the array.

Functions

Link copied to clipboard

Adds a new attribute with @name to the @list, setting its @type and @flags.

Link copied to clipboard

Makes a duplicate of a file attribute info list.

Link copied to clipboard

Gets the file attribute with the name @name from @list.

Link copied to clipboard

References a file attribute info list.

Link copied to clipboard
fun unref()

Removes a reference from the given @list. If the reference count falls to zero, the @list is deleted.