# libnotify **Repository Path**: mirrors_chromium_gitlab_gnome/libnotify ## Basic Information - **Project Name**: libnotify - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-09 - **Last Updated**: 2025-10-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # libnotify Send desktop notifications. ## Description libnotify is a library for sending desktop notifications to a notification daemon, as defined in the [org.freedesktop.Notifications][fdo-spec] 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][portal]. ### Documentation You can find the nightly documentation at https://gnome.pages.gitlab.gnome.org/libnotify/. ## Notice For GLib based applications the [GNotification][gnotif] API should be used instead. [fdo-spec]: https://specifications.freedesktop.org/notification-spec/latest/ [gnotif]: https://docs.gtk.org/gio/class.Notification.html [portal]: https://github.com/flatpak/xdg-desktop-portal/blob/main/data/org.freedesktop.portal.Notification.xml