SchemaAttribute

An attribute in a #SecretSchema.

Constructors

this
this(SecretSchemaAttribute* secretSchemaAttribute, bool ownedRef)

Sets our main struct and passes it to the parent class.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

getSchemaAttributeStruct
SecretSchemaAttribute* getSchemaAttributeStruct(bool transferOwnership)

Get the main Gtk struct

getStruct
void* getStruct()

the main Gtk struct as a void*

Properties

name
string name [@property getter]
string name [@property setter]

name of the attribute

type
SecretSchemaAttributeType type [@property getter]
SecretSchemaAttributeType type [@property setter]

the type of the attribute

Static functions

getType
GType getType()

Variables

ownedRef
bool ownedRef;
Undocumented in source.
secretSchemaAttribute
SecretSchemaAttribute* secretSchemaAttribute;

the main Gtk struct

Meta