secret.backend
Module for [Backend] interface
Types 2
interfaceBackend
#SecretBackend represents a backend implementation of password storage.
Methods
secret.types.ServiceFlags flags() @propertyGet `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)Get a #SecretBackend instance.secret.backend.Backend getFinish(gio.async_result.AsyncResult result)Complete an asynchronous operation to get a #SecretBackend.interfaceBackendGidBuilderImpl(T)
Methods
T flags(secret.types.ServiceFlags propval)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