libnotifymm  0.7.0
Functions
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_nameThe 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.