Page 1 of 1

[Linux] Show Notifications (libnotify)

Posted: Tue Sep 13, 2011 1:28 pm
by remi_meier
For even nicer integration into the Gnome-Desktop
you sometimes may want to display non-intrusive
notifications. Here's your treat:
NotifyNotification represents a passive pop-up notification. It can contain summary text, body text, and an icon, as well as hints specifying how the notification should be presented. The notification is rendered by a notification daemon, and may present the notification in any number of ways. As such, there is a clear separation of content and presentation, and this API enforces that.
API Reference:
http://developer.gnome.org/libnotify/0. ... cation-new

Example + Bindings:
http://remi.secretly.de/downloads/libnotify.zip

Re: [Linux] Show Notifications (libnotify)

Posted: Tue Sep 13, 2011 6:16 pm
by Guimauve
Just nice :!:
Thanks :D

Best regards.
Guimauve

Re: [Linux] Show Notifications (libnotify)

Posted: Tue Sep 13, 2011 9:21 pm
by idle
nice, thanks for sharing it