libgdamm Reference Documentation |
Classes | |
class | Notification |
Notification offers a way to show notification for a widget or in the system tray. More... | |
Enumerations | |
enum | Urgency { URGENCY_LOW, URGENCY_NORMAL, URGENCY_CRITICAL } |
Functions | |
Glib::ustring | get_app_name () |
Returns the application name. | |
Glib::ListHandle<Glib::ustring> | get_server_caps () |
Get a list of capability strings. | |
bool | get_server_info (Glib::ustring& ret_name, Glib::ustring& ret_vendor, Glib::ustring& ret_version, Glib::ustring& ret_spec_version) |
Returns the server notification information. | |
bool | init (const Glib::ustring& app_name) |
Initializes the notifications library. | |
bool | is_initted () |
Returns whether or not the notification library is initialized. | |
void | uninit () |
Uninitializes the notifications library. | |
Variables | |
const int | EXPIRES_DEFAULT |
const int | EXPIRES_NEVER |
const int Notify::EXPIRES_DEFAULT |
const int Notify::EXPIRES_NEVER |