libsecret/libsecret/Secret-1.metadata
Stef Walter e0ba10ee09 Rename secret_password_remove() to secret_password_clear()
* 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().
2012-07-14 08:20:32 +02:00

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"