Method

GdkCursorref

deprecated: 3.0 

Declaration [src]

GdkCursor*
gdk_cursor_ref (
  GdkCursor* cursor
)

Description [src]

Adds a reference to cursor.

Deprecated since: 3.0

Use g_object_ref() instead.

Return value

Type: GdkCursor

Same cursor that was passed in.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.