Registry / other / libnotify

libnotify

JSON →
library0.8.8vcpkgunverified

A library for sending desktop notifications

vcpkg install libnotify
INSTALL
IMPORT
SIG · LIBNOTIFY
L
libnotify
othercppv0.8.8
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libnotify/notify.h
#include <libnotify/notify.h>

Show a desktop notification

#include <libnotify/notify.h> int main() { notify_init("test"); NotifyNotification *n = notify_notification_new("Hello", "World", NULL); notify_notification_show(n, NULL); return 0; }
Debug
Known issues
gotchaRequires a running D-Bus session and notification daemon
fix
Ensure dbus and a notification server (e.g., notify-osd, dunst) are running
affects: *
Upgrade
Version history
0.8.8latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources

No resource links recorded.

libnotify — pip install libnotify · libregistry