Patch by Colin Walters to add parameter names to NotifyActionCallback for the introspection stuff.
This commit is contained in:
parent
d29c11ba8d
commit
dcd203d082
|
@ -76,7 +76,9 @@ typedef enum
|
||||||
|
|
||||||
} NotifyUrgency;
|
} NotifyUrgency;
|
||||||
|
|
||||||
typedef void (*NotifyActionCallback)(NotifyNotification *, gchar *, gpointer);
|
typedef void (*NotifyActionCallback)(NotifyNotification *notification,
|
||||||
|
gchar *action,
|
||||||
|
gpointer user_data);
|
||||||
|
|
||||||
#define NOTIFY_ACTION_CALLBACK(func) ((NotifyActionCallback)(func))
|
#define NOTIFY_ACTION_CALLBACK(func) ((NotifyActionCallback)(func))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue