summaryrefslogtreecommitdiff
path: root/libnotify/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: Update the list of headers in srcdirEmmanuele Bassi2017-07-171-2/+2
| | | | | | | | | The generated notify-features.h header lives in builddir, which means it does not exist in srcdir, where glib-mkenums will look. It also contains pre-processor symbols only, so it's not really useful. As we removed it from the list of headers to be scanned by the introspection parser, we also need to update the files rules for that.
* Include C header information and exported packages in GIREvan Nemerson2014-04-011-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=667904
* build: Also fix introspection when srcdir != builddirColin Walters2012-01-161-1/+1
|
* build: Another srcdir != builddir fixColin Walters2012-01-161-0/+1
|
* build: Fix srcdir != builddirColin Walters2012-01-161-4/+4
|
* Don't export private symbols in the shared libraryEmilio Pozuelo Monfort2011-01-111-1/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=635958
* Generate gir and typelib for gobject-introspectionJonathan Matthew2010-11-181-0/+28
|
* Use notify-features.h instead of features.hWilliam Jon McCann2010-10-091-1/+1
|
* Port to gtk3 for the testsWilliam Jon McCann2010-10-091-5/+7
|
* Don't need to fuss with gtk symbols since we don't use gtk at all anymoreWilliam Jon McCann2010-10-091-1/+1
|
* Add a macro for determining the version of the libraryWilliam Jon McCann2010-10-081-0/+1
|
* Don't link against a particular version of GTK+Bastien Nocera2010-06-281-1/+1
| | | | | | | | | | | | Instead, open ourselves through GModule, and check whether we have all the GTK+ and GDK functions required for us to work correctly. This means that the front-end application cannot rely on libnotify linking against GTK+, which would only be a problem for edge-cases. https://bugzilla.gnome.org/show_bug.cgi?id=622550
* Fix compile warnings for the C marshal fileBastien Nocera2010-06-241-5/+5
| | | | And quiet down the enum and marshal generations
* Add pango's .gitignore generation fooWilliam Jon McCann2010-01-311-0/+2
|
* - Add GTypes for the enums.Christian Hammond2006-04-261-7/+47
| | | | | - Bump to version 0.4.0.
* Make distcheck happy.Christian Hammond2006-01-231-6/+9
|
* Do some rearranging of the files in libnotify, and include things properly ↵Christian Hammond2006-01-201-3/+2
| | | | so people can actually use the library without fudging with include paths.
* Get rid of dbus-compat.h.Christian Hammond2006-01-201-1/+0
|
* Patch by David Trowbridge to make sure that marshal files actually get built.Christian Hammond2006-01-111-0/+4
|
* Generate the marshal files automatically. We shouldn't be doing it by hand.Christian Hammond2006-01-091-3/+23
|
* * libnotify/notifymarshal.[c|h]: new files where GLib callback0.3.0@2371John (J5) Palmieri2005-12-091-2/+4
| | | | | | | | | | | | | | | | | marshalers are added * libnotify/notifynotification.ci (notify_notifiaction_init): Add a marshaller for signals with uint, string parameters (_gslist_to_string_array): new internal method that coverts a GSList to a NULL terminated array of strings (_notify_notification_show_internal): send the actions list as an array of strings, not a GSList which does not work with the bindings * libnotify/Makefile.am: notifymarshal.[c|h] added * tests/test-multi-actions.c: working example of using actions
* First import of the next generation libnotify APIJohn (J5) Palmieri2005-11-101-0/+22