mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2025-01-18 09:58:33 +00:00
e0ba10ee09
* It's clearer what happens here: we try to remove as many matching passwords as possible. * Also rename secret_service_remove() to secret_service_clear() * Rename secret_password_clear() which used to wipe password memory to secret_password_wipe().
21 lines
650 B
Plaintext
21 lines
650 B
Plaintext
// Metadata file for Vala API generation.
|
|
// See https://live.gnome.org/Vala/UpstreamGuide for more information
|
|
|
|
Schema
|
|
.new skip=false
|
|
|
|
attributes_build skip=false
|
|
attributes_buildv skip=false
|
|
password_lookup skip=false
|
|
password_lookup_sync skip=false throws="GLib.Error"
|
|
.error skip
|
|
password_lookupv finish_name="secret_password_lookup_finish"
|
|
password_clear skip=false
|
|
password_clear_sync skip=false throws="GLib.Error"
|
|
.error skip
|
|
password_clearv finish_name="secret_password_clear_finish"
|
|
password_store skip=false
|
|
password_store_sync skip=false throws="GLib.Error"
|
|
.error skip
|
|
password_storev finish_name="secret_password_store_finish"
|