Secret.Collection.prototype.get_locked
function get_locked(): Boolean {
// Gjs wrapper for secret_collection_get_locked()
}
Get whether the collection is locked or not.
Use Secret.Service.prototype.lock or Secret.Service.prototype.unlock to lock or unlock the collection.
- Returns
whether the collection is locked or not