libgdamm Reference Documentation |
Functions | |
bool | Notify::init (const Glib::ustring& app_name) |
Initializes the notifications library. | |
bool | Notify::is_initted () |
Returns whether or not the notification library is initialized. | |
void | Notify::uninit () |
Uninitializes the notifications library. |
bool Notify::init | ( | const Glib::ustring & | app_name | ) |
Initializes the notifications library.
app_name | The application name. |
true
if the library initialized properly and a connection to a notification server was made. bool Notify::is_initted | ( | ) |
Returns whether or not the notification library is initialized.
true
if the library is initialized, or false
. void Notify::uninit | ( | ) |
Uninitializes the notifications library.
This will be automatically called on exit unless previously called.