diff options
author | Pierre Cazenave <pwcazenave {at] gmail dot} com> | 2012-08-07 17:14:34 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-09 14:32:21 -0500 |
commit | 22e83cda0cf5ac5962033393fa845c09f4578213 (patch) | |
tree | 22bcc7d786d38a0da5000568b758134c99cb7aa0 /libraries/notify-sharp/README | |
parent | 0200a0b548062d042251a13fe6e2a508d06e06d2 (diff) |
libraries/notify-sharp: Added (a notification daemon in C#)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'libraries/notify-sharp/README')
-rw-r--r-- | libraries/notify-sharp/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/notify-sharp/README b/libraries/notify-sharp/README new file mode 100644 index 0000000000000..20a34d9a3aa7d --- /dev/null +++ b/libraries/notify-sharp/README @@ -0,0 +1,9 @@ +notify-sharp is a C# client implementation for Desktop Notifications, i.e. +notification-daemon. It is inspired by the libnotify API. + +Desktop Notifications provide a standard way of doing passive pop-up +notifications on the Linux desktop. These are designed to notify the user of +something without interrupting their work with a dialog box that they must +close. Passive popups can automatically disappear after a short period of time. + +This requires ndesk-dbus-glib and gtk-sharp. |