Difference between revisions of "libnotify"

From Free Pascal wiki
Jump to navigationJump to search
(New page: libnotify is a library that sends desktop notifications to a notification daemon, as defined in the [[http://www.galago-project.org/specs/notifica...)
 
m
Line 1: Line 1:
[[http://developer.gnome.org/libnotify/|libnotify]] is a library that sends desktop notifications to a notification daemon, as defined in the [[http://www.galago-project.org/specs/notification/|Desktop Notifications spec]]. 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.
+
[http://developer.gnome.org/libnotify/| libnotify] is a library that sends desktop notifications to a notification daemon, as defined in the [http://www.galago-project.org/specs/notification/|Desktop Notifications spec]. 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.

Revision as of 16:54, 26 November 2011

libnotify is a library that sends desktop notifications to a notification daemon, as defined in the Notifications spec. 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.