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 |
||
---|---|---|
docs | ||
libnotify | ||
tests | ||
tools | ||
.gitlab-ci.yml | ||
AUTHORS | ||
COPYING | ||
NEWS | ||
README.md | ||
SPECIFICATION | ||
config.h.meson | ||
libnotify.doap | ||
meson.build | ||
meson_options.txt |
README.md
libnotify
Description
libnotify is a library for sending desktop notifications to a notification daemon, as defined in the org.freedesktop.Notifications Desktop Specification. These notifications can be used to inform the user about an event or display some form of information without getting in the user's way.
Notice
For GLib based applications the GNotification API should be used instead.