[Galago-commits] r3018 - trunk/libnotify/libnotify

galago-commits at freedesktop.org galago-commits at freedesktop.org
Thu Oct 23 14:39:06 PDT 2008


Author: chipx86
Date: 2008-10-23 14:39:04 -0700 (Thu, 23 Oct 2008)
New Revision: 3018

Modified:
   trunk/libnotify/libnotify/notification.h
Log:
Patch by Colin Walters to add parameter names to NotifyActionCallback for the introspection stuff.


Modified: trunk/libnotify/libnotify/notification.h
===================================================================
--- trunk/libnotify/libnotify/notification.h	2008-09-26 01:53:34 UTC (rev 3017)
+++ trunk/libnotify/libnotify/notification.h	2008-10-23 21:39:04 UTC (rev 3018)
@@ -76,7 +76,9 @@
 
 } NotifyUrgency;
 
-typedef void (*NotifyActionCallback)(NotifyNotification *, gchar *, gpointer);
+typedef void (*NotifyActionCallback)(NotifyNotification *notification,
+									 gchar *action,
+									 gpointer user_data);
 
 #define NOTIFY_ACTION_CALLBACK(func) ((NotifyActionCallback)(func))
 



More information about the galago-commits mailing list