abraunegg-onedrive/src/notifications
Norbert Preining 1f955c82be
deal with unavailable dbus server (Issue: #365)
If the dbus server cannot be started or is not available, calling a notification
would result in an exception. During initialization check that we can get the
server information, and disable notifications if this is not possible.

Note: we change dnotify.d from the originally distributed version to include
a check for availability function.
2019-01-30 17:34:07 +09:00
..
dnotify.d deal with unavailable dbus server (Issue: #365) 2019-01-30 17:34:07 +09:00
notify.d Notification support via libnotify (#270) 2018-12-06 06:19:00 +11:00
README Notification support via libnotify (#270) 2018-12-06 06:19:00 +11:00

The files in this directory have been obtained form the following places:

dnotify.d
	https://github.com/Dav1dde/dnotify/blob/master/dnotify.d
	License: Creative Commons Zro 1.0 Universal
	see https://github.com/Dav1dde/dnotify/blob/master/LICENSE

notify.d
	https://github.com/D-Programming-Deimos/libnotify/blob/master/deimos/notify/notify.d
	License: GPL 2.1 or upwards, see file