secret.global
Global functions for secret1 library
Functions 11
fn
secret.schema.Schema getSchema(secret.types.SchemaType type)Get a secret storage schema of the given type.fn
bool passwordClearFinish(gio.async_result.AsyncResult result)Finish an asynchronous operation to remove passwords from the secret service.fn
bool passwordClearSync(secret.schema.Schema schema, string[string] attributes, gio.cancellable.Cancellable cancellable = null)Remove unlocked matching passwords from the secret service.fn
string passwordLookupFinish(gio.async_result.AsyncResult result)Finish an asynchronous operation to lookup a password in the secret service.fn
string passwordLookupSync(secret.schema.Schema schema, string[string] attributes, gio.cancellable.Cancellable cancellable = null)Lookup a password in the secret service.fn
secret.retrievable.Retrievable[] passwordSearchFinish(gio.async_result.AsyncResult result)Finish an asynchronous operation to search for items in the secret service.fn
secret.retrievable.Retrievable[] passwordSearchSync(secret.schema.Schema schema, string[string] attributes, secret.types.SearchFlags flags, gio.cancellable.Cancellable cancellable = null)Search for items in the secret service.fn
bool passwordStoreFinish(gio.async_result.AsyncResult result)Finish asynchronous operation to store a password in the secret service.fn
bool passwordStoreBinarySync(secret.schema.Schema schema, string[string] attributes, string collection, string label, secret.value.Value value, gio.cancellable.Cancellable cancellable = null)Store a password in the secret service.fn
bool passwordStoreSync(secret.schema.Schema schema, string[string] attributes, string collection, string label, string password, gio.cancellable.Cancellable cancellable = null)Store a password in the secret service.