Go to file
Patrick Griffis 6d8e38bc69 Merge branch 'pgriffis/delete-unused-file' into 'master'
Delete unused notifynotification.xml

See merge request GNOME/libnotify!25
2022-05-03 20:37:41 +00:00
docs docs/notify-send: Add --transient option to manpage 2022-04-27 21:25:10 +02:00
libnotify Delete unused notifynotification.xml 2022-05-03 20:35:50 +00:00
tests cleanup: Do not use GLIB_CHECK_VERSION 2022-04-27 20:18:48 +02:00
tools notify-send: Add debug message about server not supporting persistence 2022-04-27 21:32:56 +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 Bump version to 0.7.11 2022-04-27 21:05:49 +02:00
README.md Revert "Revert "Merge branch 'readme' into 'master'"" 2022-04-21 18:51:13 +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 <programming-language> 2014-08-01 23:32:16 +02:00
meson.build Bump version to 0.7.11 2022-04-27 21:05:49 +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.

Notice

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