Go to file
Andre Klapper 80121a3b8c docs: Fix URL to Desktop Notification Spec
Fixes #29
2022-09-04 11:59:49 +02:00
docs docs: Fix URL to Desktop Notification Spec 2022-09-04 11:59:49 +02:00
libnotify notification: Warn if trying to get the activation token outside activation 2022-06-07 03:18:38 +02:00
tests build: Bump dependency on glib 2.38 2022-06-07 03:18:38 +02:00
tools build: Bump dependency on glib 2.38 2022-06-07 03:18:38 +02:00
.gitlab-ci.yml CI: Also install the built files and expose docs and logs 2022-04-27 18:29:47 +02:00
AUTHORS Add Lucas Rocha to the contributors list. 2007-04-29 08:02:49 +00:00
COPYING Added the initial libnotify library, for experimental work on this notification stuff TD and I are working on. 2004-06-27 22:28:52 +00:00
NEWS Releasing version 0.8.1 2022-07-17 15:00:39 +02:00
README.md README: Add reference to Portal Notification APIs 2022-06-07 03:18:38 +02:00
SPECIFICATION Moved specification and ChangeLog documentation. 2004-09-01 07:41:05 +00:00
config.h.meson Build with meson and add CI 2019-01-31 17:15:27 +00:00
libnotify.doap doap: Add self as co-maintainer; remove chammond and mccann 2022-05-04 11:36:37 -04:00
meson.build Releasing version 0.8.1 2022-07-17 15:00:39 +02:00
meson_options.txt Add notify-send manpage 2020-01-13 16:41:31 +01:00

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.

It is also a simple wrapper to send cross-desktop Notifications for sandboxed applications using the XDG Portal Notification API.

Notice

For GLib based applications the GNotification API should be used instead.