Method

ValentNotificationset_action

unstable since: 1.0

Declaration [src]

void
valent_notification_set_action (
  ValentNotification* notification,
  const char* action
)

Description [src]

Sets the default notification action.

action may be a detailed action as parsed by g_action_parse_detailed_name().

Available since: 1.0

Parameters

action

Type: const char*

A detailed action.

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