Method
GdkCursorunref
deprecated: 3.0
Declaration [src]
void
gdk_cursor_unref (
GdkCursor* cursor
)
Description [src]
Removes a reference from cursor
, deallocating the cursor
if no references remain.
Deprecated since: 3.0
Use g_object_unref()
instead.