FileInfo.getAttributeData

Gets the attribute type, value and status for an attribute key.

class FileInfo
bool
getAttributeData

Parameters

attribute string

a file attribute key

type gio.types.FileAttributeType

return location for the attribute type, or null

valuePp void*

return location for the attribute value, or null; the attribute value will not be null

status gio.types.FileAttributeStatus

return location for the attribute status, or null

Return Value

Type: bool

true if info has an attribute named attribute, false otherwise.