Go to file
Maximiliano Sandoval R edb1dc8394
Add README clarifying status of libnotify
See discussions at https://gitlab.gnome.org/GNOME/libnotify/-/issues/20.

Based off https://gitlab.gnome.org/GNOME/libnotify/-/merge_requests/19
2022-03-14 17:50:55 +01:00
docs Merge branch 'update_documenation' into 'master' 2021-04-06 11:59:19 +00:00
libnotify Merge branch 'snap-paths-support' into 'master' 2020-01-13 17:11:47 +00:00
tests Drop Autotools 2020-01-13 17:09:17 +01:00
tools notify-send: Give failing exit code if showing notification fails 2021-05-14 13:55:53 -04:00
.gitlab-ci.yml fix CI build stuck on TZ data config 2020-12-14 17:44:11 +01: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 release: 0.7.9 2020-02-26 20:06:01 +01:00
README.md Add README clarifying status of libnotify 2022-03-14 17:50:55 +01: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 release: 0.7.9 2020-02-26 20:06:01 +01: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.