GNOME Bugzilla – Bug 325541
Please support the new notify api from libnotify 0.3.0
Last modified: 2010-01-24 01:06:07 UTC
The api in libnotify 0.3.0 changed. Attached is a patch to support the new api.
Created attachment 56680 [details] [review] Support for the new libnotify 0.3.0 api
I have no idea what the 0.3 API looks like. Are the API docs online somewhere?
The documentation on the webpage of www.galago-project.org is not updated yet, but the header files contains docbook comments (to some extend): http://svn.galago-project.org/trunk/libnotify-ng/libnotify/notify.h http://svn.galago-project.org/trunk/libnotify-ng/libnotify/notifynotification.h
Apply to HEAD. Assuming you do it at the same time as the GWeather patch, ensure that the required version of libnotify in configure.in is incremented.
I've merged these in along with some other API updates I made at the same time. Thanks