secret.backend

Module for [Backend] interface

Types 2

interfaceBackend

#SecretBackend represents a backend implementation of password storage.

Methods
GType _getGType() static nothrow
secret.types.ServiceFlags flags() @property nothrow;Get `flags` property. Returns: A set of flags describing which parts of the secret backend have been initialized.
void get(secret.types.BackendFlags flags, gio.cancellable.Cancellable cancellable = null, gio.types.AsyncReadyCallback callback = null) static nothrowGet a #SecretBackend instance.
secret.backend.Backend getFinish(gio.async_result.AsyncResult result) staticComplete an asynchronous operation to get a #SecretBackend.

Fluent builder implementation template for secret.backend.Backend

Methods
T flags(secret.types.ServiceFlags propval) nothrow;Set `flags` property. Params: propval = A set of flags describing which parts of the secret backend have been initialized. Returns: Builder instance for fluent chaining