On Saturday, 20 February 2016 at 11:36:11 UTC, Mike Wey wrote:
The documentation states we should use notifications, that
means i'll probably need to add libnotify bindings to GtkD.
Though sending notifications using DBus is also possible.
(https://developer.gnome.org/notification-spec/)
Depending on the use case using notifications might or might
not be useful.
Would the support for libnotify be for those applications not
using gtk.Application since it already supports sending
notifications via sendNotification. I'm using it in Terminix and
it works quite well.