libgdamm Reference Documentation
Main Page   Namespaces   Book  

Initialisation Functions

This section describes a number of functions for initialisation of libnotifymm. More...

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.

Detailed Description

This section describes a number of functions for initialisation of libnotifymm.


Function Documentation

bool Notify::init ( const Glib::ustring app_name  ) 

Initializes the notifications library.

Parameters:
app_name The application name.
Returns:
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.

Returns:
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.


Generated for libnotifymm by Doxygen 1.5.5 © 1997-2001