c4d5ea8baf
We used to just add it again, to eventually figure out that the file did not exists, but may not work properly in some scenarios. Also always fill the path_filename when using a file-name only, as that may be refer to something under the SNAP path, and in such case we want to try check if that exists before giving up. |
||
---|---|---|
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.