Method

ClutterBackendget_cursor

Declaration [src]

ClutterCursor*
clutter_backend_get_cursor (
  ClutterBackend* backend,
  ClutterCursorType cursor_type
)

Description [src]

Gets a ClutterCursor that represents the given cursor_type.

Parameters

cursor_type

Type: ClutterCursorType

A ClutterCursorType.

Return value

Type: ClutterCursor

The cursor object holding cursor_type iconography.

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