Function
NotifyActionCallback
Declaration
void
ActionCallback (
NotifyNotification* notification,
char* action,
gpointer user_data
)
Parameters
notification |
NotifyNotification |
A |
|
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. |