Method

Gdk.Cursor.get_name

Declaration [src]

const char*
gdk_cursor_get_name (
  GdkCursor* cursor
)

Description [src]

Returns the name of the cursor.

If the cursor is not a named cursor, NULL will be returned.

Gets propertyGdk.Cursor:name

Return value

Returns: const char*

the name of the cursor or NULL if it is not a named cursor

Ownership is not transferred to the caller
Can be NULL
The string is a NUL terminated UTF-8 string