Grx.Cursor.unref
@accepts(Grx.Cursor) @returns(none) def unref(self): # Python wrapper for grx_cursor_unref()
Decrease the reference count by 1. If there are no more references, the cursor is freed.
- self
the cursor
@accepts(Grx.Cursor) @returns(none) def unref(self): # Python wrapper for grx_cursor_unref()
Decrease the reference count by 1. If there are no more references, the cursor is freed.
the cursor