Method

AstalNotifdNotificationinvoke

Declaration

void
astal_notifd_notification_invoke (
  AstalNotifdNotification* self,
  const gchar* action_id
)

Description

Invoke an AstalNotifdAction of this notification. Note that this method just notifies the client that this action was invoked by the user. If for example this notification persists through the lifetime of the sending program this action will have no effect.

Parameters

action_id

Type: const gchar*

No description available.

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