Secret.Service.prototype.get_flags
function get_flags(): Secret.ServiceFlags {
// Gjs wrapper for secret_service_get_flags()
}
Get the flags representing what features of the Secret.Service proxy have been initialized.
Use Secret.Service.prototype.ensure_session or Secret.Service.prototype.load_collections to initialize further features and change the flags.
- Returns
the flags for features initialized