Function
NotifyActionCallback
Declaration
void
(* NotifyActionCallback) (
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 value is a NUL terminated UTF-8 string. | |
user_data |
gpointer |
User provided data. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |