secret.backend
Module for [Backend] interface
Types 2
interfaceBackend
#SecretBackend represents a backend implementation of password storage.
Methods
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.interfaceBackendGidBuilderImpl(T)
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