Commit Graph

480 Commits

Author SHA1 Message Date
Evan Nemerson da49c8c599 NotifyNotification: fix set_hint_byte_array value annotation
https://bugzilla.gnome.org/show_bug.cgi?id=667904
2014-04-01 21:19:01 +02:00
Evan Nemerson 5a486c5490 Include C header information and exported packages in GIR
https://bugzilla.gnome.org/show_bug.cgi?id=667904
2014-04-01 21:02:56 +02:00
Ryan Lortie fc6cba771d Remove INSTALL from version control
This is getting updated by autoregen causing jhbuild to mistakenly
believe that the build is dirty.
2014-02-25 15:21:50 -05:00
Matthias Clasen f9355ca357 0.7.6 2013-09-02 21:47:23 -04:00
Giovanni Campagna 2b4ab4d22f NotifyNotification: fix annotation for add_action()
Using GFreeFunc instead of GDestroyNotify was a mistake, but
(scope async) is even a bigger mistake (one that can crash apps,
if an action is invoked multiple times)

https://bugzilla.gnome.org/show_bug.cgi?id=702390
2013-09-02 21:42:37 -04:00
Matthias Clasen 9128042026 Clarify docs of notify_notification_set_timeout
In response to
https://bugzilla.gnome.org/show_bug.cgi?id=701645
2013-06-07 20:28:10 -04:00
Matthias Clasen 6982957661 Bump version 2012-03-26 22:01:28 -04:00
Matthias Clasen 20721a3351 0.7.5 2012-03-26 22:00:54 -04:00
Colin Walters 5e3654b70b build: Also fix introspection when srcdir != builddir 2012-01-16 18:47:31 -05:00
Colin Walters b6e1f7f1a2 build: Another srcdir != builddir fix 2012-01-16 18:44:49 -05:00
Colin Walters bc612b9fc8 build: Fix srcdir != builddir 2012-01-16 18:42:58 -05:00
Jasper St. Pierre b873c61ecc notify-send: Add ability to set app name 2011-10-12 17:31:29 -04:00
Javier Jardón 6a63ae0e8a libnotify-sections.txt: Add some missing api 2011-10-09 13:16:07 -04:00
Javier Jardón 2fe1748295 notification.h: Add deprecation guards 2011-10-09 13:08:53 -04:00
Javier Jardón 34aa27f600 libnotify-docs.sgml: Add list of all and deprecated symbols 2011-10-09 12:56:25 -04:00
Matthias Clasen bd385da02a More D-Bus type clarifications
Only use conventional names where they uniquely identify
the wire type, and type signatures elsewhere. This replaces
DICT by a{sv}
ARRAY by as
STRING_ARRAY by as
2011-09-05 08:55:08 -04:00
Matthias Clasen 3a60c433fd Spec: Clarify types of hints
Most type names were clear, but 'int' could map to different
dbus types. Use conventional D-Bus type names througout.
2011-09-05 08:31:58 -04:00
Matthias Clasen f6638ebfb7 Post-release version bump 2011-08-27 18:56:22 -04:00
Matthias Clasen edfabdf078 0.7.4 2011-08-27 18:55:36 -04:00
William Jon McCann e8ecbfb036 Add simple test for notification removal 2011-06-16 14:46:52 -04:00
Javier Jardón 11d46bf9fd configure.ac: AC_SUBST "pkg_modules" as Its needed to generate the .pc file
This fixes commit fb7790f5b4
2011-05-04 07:04:26 +01:00
Javier Jardón fb7790f5b4 build: Update autotools configuration
Replace deprecated autoconf macros and use the new libtool syntax
2011-05-03 13:47:36 -04:00
Craig Keogh a5ad7b6063 Honor aclocal flags (GNOME bug 641461) 2011-05-03 13:43:55 -04:00
Colin Walters 52cb20bb53 spec: Explicitly document components of on image data
Since we're just passing it ultimately to gdk_pixbuf_new_from_data in
the server, we really should be documenting the restrictions here, such
as bits_per_sample always being 8.

https://bugzilla.gnome.org/show_bug.cgi?id=647672
2011-05-03 13:41:43 -04:00
Matthias Clasen d12145208a Update 2011-05-02 23:40:13 -04:00
Richard Hughes 1c40dfaff4 Add notify_notification_set_app_name() to set the application name for the notification
When a daemon like gnome-settings-daemon has multiple plugins, if a plugin uses
notify_set_app_name() then subsequent notifications get the wrong
'Application name' in the gnome-shell persistent message tray.

This new function is per-notification and is thus allows us to set a custom
application name without overwriting the application name stored by notify_init().

https://bugzilla.gnome.org/show_bug.cgi?id=648947
2011-05-02 23:36:52 -04:00
Matthias Clasen ae361b0d96 Bump version 2011-03-21 19:43:52 -04:00
Matthias Clasen 00203dda48 Really bump version 2011-03-21 19:39:34 -04:00
Matthias Clasen 9fd7ac3008 Update NEWS for 0.7.2 2011-03-21 19:33:03 -04:00
Matthias Clasen 10ea1f0e65 Allow properties to be set in any order
The code as written needlessly required summary to be set first.
https://bugzilla.gnome.org/show_bug.cgi?id=645222
2011-03-20 23:51:55 -04:00
William Jon McCann cdc6f37dd8 Add another test with symbolic icons 2011-03-15 00:09:25 -04:00
Olav Vitters b73380b586 DOAP: Fix userid 2011-01-28 16:14:24 +01:00
William Jon McCann 9fae742d43 Mark image_path as deprecated 2011-01-17 17:02:27 -05:00
William Jon McCann b20752a2e5 Use - instead of _ in hint names consistently 2011-01-17 16:57:31 -05:00
William Jon McCann a967c61e5b Add a way to set or change the application name
May be useful for presenting different message sources
within a single process.
2011-01-17 16:40:17 -05:00
Matthias Clasen 277f40c872 Bump version 2011-01-14 17:14:54 -05:00
Matthias Clasen ac3b072c74 Update NEWS for 0.7.1 2011-01-14 17:05:15 -05:00
Emilio Pozuelo Monfort 9d5e8582b3 Don't export private symbols in the shared library
https://bugzilla.gnome.org/show_bug.cgi?id=635958
2011-01-11 23:33:13 +00:00
Martin Pitt b2020b7f2a Add Python test script for GIR
https://bugzilla.gnome.org/show_bug.cgi?id=635169
2010-11-18 14:21:10 +01:00
Martin Pitt d3de00c14e Some more missing GIR annocations
https://bugzilla.gnome.org/show_bug.cgi?id=635169
2010-11-18 14:05:48 +01:00
Jonathan Matthew 2b6e827092 Generate gir and typelib for gobject-introspection 2010-11-18 00:13:14 -05:00
Jonathan Matthew 84958a7acb Fix some annotations 2010-11-18 00:11:29 -05:00
William Jon McCann 5e9614637d Make actions test more like a real scenario 2010-11-15 14:57:03 -05:00
William Jon McCann ff1941aa9e Make notify-send always die on warnings 2010-11-15 14:56:32 -05:00
William Jon McCann 54b6285006 Don't set NULL hint strings 2010-11-15 14:44:40 -05:00
William Jon McCann e6a4970a79 return NULL not FALSE 2010-11-15 14:41:25 -05:00
William Jon McCann ef744d75d0 Show a warning and assert if notify_init isn't called before show 2010-11-15 12:44:32 -05:00
William Jon McCann 1b33c07973 Remove function annotations from notify.h 2010-11-14 11:07:53 -05:00
Javier Jardón 2ae1dadfa9 docs: Some fixes
https://bugzilla.gnome.org/show_bug.cgi?id=634266
2010-11-14 11:00:57 -05:00
Javier Jardón 7d64b2b514 docs: Update libnotify-sections.txt
https://bugzilla.gnome.org/show_bug.cgi?id=634266
2010-11-14 10:52:47 -05:00