Grx.Cursor.ref

@accepts(Grx.Cursor)
@returns(Grx.Cursor)
def ref(self):
    # Python wrapper for grx_cursor_ref()
  

Increase the reference count by 1.

self

the cursor

Returns