Commit Graph

25 Commits

Author SHA1 Message Date
Marco Trevisan (Treviño) 9e9cb423b9 Notification: Add NotifyClosedReason enum to define closed reasons
We don't change the formal type of notify_notification_get_closed_reason
but it's safe enough to compare the two returned values.
2022-06-07 03:18:38 +02:00
Marco Trevisan (Treviño) d07785959c notification: Add support for getting actions activation token
Notification actions can now be activated with an activation token
containing platform data. So update the notification-spec to include
latest version of the specification, and expose the activation token
during an action activation.

Not to change the API, by modifying the type of NotifyActionCallback
it's just better to provide a function to fetch the activation token
during activation only, so that this can be retro-compatible.

Reference: https://gitlab.freedesktop.org/xdg/xdg-specs/-/commit/b9a4700
2022-04-27 18:02:20 +02:00
Jan Tojnar a599a04de6
Drop Autotools 2020-01-13 17:09:17 +01:00
Marco Trevisan 593f260722 Build with meson and add CI 2019-01-31 17:15:27 +00: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
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
Javier Jardón 3acf1c14e0 docs: Do not generate template files
As we use inline comments now

https://bugzilla.gnome.org/show_bug.cgi?id=634266
2010-11-14 10:52:45 -05:00
Javier Jardón 560abf5c97 docs: Move documentation to inline comments: notify
https://bugzilla.gnome.org/show_bug.cgi?id=634266
2010-11-14 10:52:42 -05:00
Javier Jardón abb884af73 docs: Move documentation to inline comments: notification
https://bugzilla.gnome.org/show_bug.cgi?id=634266
2010-11-14 10:52:38 -05:00
Christian Persch f63e8ab8b1 Port to gdbus
Bug #622891.
2010-10-12 15:57:33 +02:00
William Jon McCann cb6f92ce5b Port to gtk3 for the tests 2010-10-09 01:26:38 -04:00
William Jon McCann 27e05d0f95 Remove the ability to attach notifications to widgets or positions 2010-10-08 22:47:06 -04:00
William Jon McCann 96dc90a8db Doc template changes bs 2010-06-24 04:30:21 -04:00
William Jon McCann 80952af10e Add pango's .gitignore generation foo 2010-01-31 14:33:46 -05:00
Christian Hammond e95a435e80 Bump to version 0.4.5. 2008-11-20 11:17:14 +00:00
Christian Hammond 8ee3f0d77b Patch by Lucas Rocha to add GObject property accessors for notification IDs. 2007-04-29 07:43:55 +00:00
Christian Hammond c0c861e473 Fix a bug in notify_notification_add_action where the function to free the user data was never called, causing memory leaks. This fixes bug #119. 2007-02-15 08:54:39 +00:00
Christian Hammond 304e0ab4a8 Small random fixes. 2006-06-06 19:45:19 +00:00
Christian Hammond bc0afaba4d More fixes.. 2006-06-06 09:17:21 +00:00
Christian Hammond ebda20522d Fix up some references to files. 2006-06-06 08:46:01 +00:00
Christian Hammond 629f6e08ca Provide more documentation. 2006-06-06 08:29:32 +00:00
Christian Hammond 2ef25f78f9 Update notify_notification_set_geometry_hints() to take a x, y instead of a GdkRectangle. We don't need the width and height information. 2006-06-06 07:28:21 +00:00
Christian Hammond cc13b1892f Add some gtk-doc documentation. 2006-06-06 07:14:42 +00:00