Method

PhocCursorset_xcursor_theme

Declaration [src]

void
phoc_cursor_set_xcursor_theme (
  PhocCursor* self,
  const char* theme,
  uint32_t size
)

Description [src]

Set the current cursor theme.

Parameters

theme

Type: const char*

The theme to set.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
size

Type: uint32_t

No description available.