RetrievableIfaceProxy

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

class RetrievableIfaceProxy : IfaceProxy , Retrievable {}

Mixed In Members

From mixin RetrievableT!()

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

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.