RetrievableIfaceProxy

Proxy object for secret.retrievable.Retrievable interface when a GObject has no applicable D binding

class RetrievableIfaceProxy : IfaceProxy , Retrievable {}

Mixed In Members

From mixin RetrievableT!()

created
ulong created [@property getter]

Get created property.

created
ulong created [@property setter]

Set created property.

label
string label [@property getter]

Get label property.

label
string label [@property setter]

Set label property.

modified
ulong modified [@property getter]

Get modified property.

modified
ulong modified [@property setter]

Set modified property.

getAttributes
string[string] getAttributes()

Get the attributes of this object.

getCreated
ulong getCreated()

Get the created date and time of the object.

getLabel
string getLabel()

Get the label of this item.

getModified
ulong getModified()

Get the modified date and time of the object.

retrieveSecret
void retrieveSecret(gio.cancellable.Cancellable cancellable, gio.types.AsyncReadyCallback callback)

Retrieve the secret value of this object.

retrieveSecretFinish
secret.value.Value retrieveSecretFinish(gio.async_result.AsyncResult result)

Complete asynchronous operation to retrieve the secret value of this object.

retrieveSecretSync
secret.value.Value retrieveSecretSync(gio.cancellable.Cancellable cancellable)

Retrieve the secret value of this object synchronously.

Inherited Members

From Retrievable

getGType
GType getGType()
created
ulong created [@property getter]

Get created property.

created
ulong created [@property setter]

Set created property.

label
string label [@property getter]

Get label property.

label
string label [@property setter]

Set label property.

modified
ulong modified [@property getter]

Get modified property.

modified
ulong modified [@property setter]

Set modified property.

getAttributes
string[string] getAttributes()

Get the attributes of this object.

getCreated
ulong getCreated()

Get the created date and time of the object.

getLabel
string getLabel()

Get the label of this item.

getModified
ulong getModified()

Get the modified date and time of the object.

retrieveSecret
void retrieveSecret(gio.cancellable.Cancellable cancellable, gio.types.AsyncReadyCallback callback)

Retrieve the secret value of this object.

retrieveSecretFinish
secret.value.Value retrieveSecretFinish(gio.async_result.AsyncResult result)

Complete asynchronous operation to retrieve the secret value of this object.

retrieveSecretSync
secret.value.Value retrieveSecretSync(gio.cancellable.Cancellable cancellable)

Retrieve the secret value of this object synchronously.