Function

NotifyActionCallback

Declaration

void
(* NotifyActionCallback) (
  NotifyNotification* notification,
  char* action,
  gpointer user_data
)

Description [src]

An action callback function.

Parameters

notification NotifyNotification
 

A NotifyActionCallback notification.

 The data is owned by the caller of the function.
action char*
 

The activated action name.

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

User provided data.