Gcr.Parser.prototype.add_password

function add_password(password: String): void {
    // Gjs wrapper for gcr_parser_add_password()
}
  

Add a password to the set of passwords to try when parsing locked or encrypted items. This is usually called from the Gcr.Parser::authenticate signal.

password

a password to try