Secret.Schema.prototype.unref
function unref(): void { // Gjs wrapper for secret_schema_unref() }
Releases a reference to the Secret.Schema. If the last reference is released then the schema will be freed.
It is not normally necessary to call this function from C code, and is mainly present for the sake of bindings. It is an error to call this for a schema that was statically allocated.