Grx.Cursor.prototype.unref
function unref(): void {
// Gjs wrapper for grx_cursor_unref()
}
Decrease the reference count by 1. If there are no more references, the cursor is freed.
function unref(): void {
// Gjs wrapper for grx_cursor_unref()
}
Decrease the reference count by 1. If there are no more references, the cursor is freed.