• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H03-May-2022-1,000868

src/H03-May-2022-1,026812

AUTHORSH A D31-Jan-201376 32

COPYINGH A D31-Jan-20131.1 KiB2116

ChangeLogH A D31-Jan-20131.7 KiB5941

INSTALLH A D18-Dec-201415.4 KiB371289

Makefile.amH A D03-Nov-2013306 2216

Makefile.inH A D03-May-202226.4 KiB832737

NEWSH A D31-Jan-2013214 64

READMEH A D31-Jan-2013494 128

aclocal.m4H A D18-Dec-201436.7 KiB1,022916

config.guessH A D18-Dec-201441.9 KiB1,4211,229

config.subH A D18-Dec-201435 KiB1,8001,662

configureH A D03-May-2022133.1 KiB4,4973,681

configure.acH A D18-Dec-20142.4 KiB9674

install-shH A D18-Dec-201413.7 KiB528351

missingH A D18-Dec-20146.7 KiB216143

notify-sharp-3.0.pc.inH A D17-Dec-2014274 129

README

1notify-sharp is a C# client implementation for Desktop Notifications,
2i.e. notification-daemon. It is inspired by the libnotify API.
3
4Desktop Notifications provide a standard way of doing passive pop-up
5notifications on the Linux desktop. These are designed to notify the
6user of something without interrupting their work with a dialog box
7that they must close. Passive popups can automatically disappear after
8a short period of time.
9
10http://trac.galago-project.org/wiki/DesktopNotifications
11
12