Function
NotifyActionCallback
Declaration
void
(* NotifyActionCallback) (
  NotifyNotification* notification,
  char* action,
  gpointer user_data
)
Parameters
- notification
- 
            Type: NotifyNotificationA NotifyActionCallbacknotification.The data is owned by the caller of the function. 
- action
- 
            Type: char*The activated action name. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- user_data
- 
            Type: gpointerUser provided data. The argument can be NULL.The data is owned by the caller of the function.