Go to file
Maximiliano Sandoval R 581160cb81
Set new summary for library
2022-07-15 09:36:15 +02:00
docs Set new summary for library 2022-07-15 09:36:15 +02:00
libnotify gi: Add missing nullable annotations 2022-07-15 09:36:15 +02:00
subprojects docs: Port to gi-docgen 2022-07-15 09:34:44 +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: Build docs 2022-07-15 09:34:44 +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.0 2022-07-14 17:18:41 +02:00
README.md Set new summary for library 2022-07-15 09:36:15 +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 Set new summary for library 2022-07-15 09:36:15 +02:00
meson.build build: Pre-release bump to 0.8.0 2022-06-07 03:18:38 +02:00
meson_options.txt docs: Port to gi-docgen 2022-07-15 09:34:44 +02:00

README.md

libnotify

Send desktop notifications.

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.

Documentation

You can find the nightly documentation at https://gnome.pages.gitlab.gnome.org/libnotify/.

Notice

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