Method

PanelThemeSelectorset_action_name

Declaration [src]

void
panel_theme_selector_set_action_name (
  PanelThemeSelector* self,
  const char* action_name
)

Description [src]

Sets the name of the action that will be activated.

Parameters

action_name

Type: const char*

The action name.

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