Cogl.handle_unref
function handle_unref(handle: Cogl.Handle): void {
// Gjs wrapper for cogl_handle_unref()
}
Drecreases the reference count of handle by 1; if the reference count reaches 0, the resources allocated by handle will be freed
- handle