updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / perl-gtk2-notify / libnotify.patch
blob7df192f73c0970bcd6a51cf6f3c41410f7f8c27b
1 --- /home/photon/svn/Gtk2-Notify-0.05/xs/Notify.xs 2007-10-04 14:11:13.000000000 +0200
2 +++ xs/Notify.xs 2011-04-14 20:49:37.362871677 +0200
3 @@ -86,13 +86,12 @@
4 MODULE = Gtk2::Notify PACKAGE = Gtk2::Notify PREFIX = notify_notification_
6 NotifyNotification *
7 -notify_notification_new (class, summary, body=NULL, icon=NULL, attach=NULL)
8 +notify_notification_new (class, summary, body=NULL, icon=NULL)
9 const gchar *summary
10 const gchar *body
11 const gchar *icon
12 - GtkWidget_ornull *attach
13 C_ARGS:
14 - summary, body, icon, attach
15 + summary, body, icon
17 #if GTK_CHECK_VERSION (2, 9, 2)