libnotifymm  0.7.0
Functions
Info Utility Functions

This section describes a number of utility functions to get information about the environment. More...

Functions

Glib::ustring Notify::get_app_name ()
 Returns the application name.
 
Glib::ListHandle< Glib::ustring > Notify::get_server_caps ()
 Get a list of capability strings.
 
bool Notify::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.
 
void Notify::set_app_name (const Glib::ustring& app_name)
 Sets the application name.
 

Detailed Description

This section describes a number of utility functions to get information about the environment.

Function Documentation

Glib::ustring Notify::get_app_name ( )

Returns the application name.

Returns
application name
Glib::ListHandle<Glib::ustring> Notify::get_server_caps ( )

Get a list of capability strings.

Returns
a list of capabbility strings
bool Notify::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.

Parameters
ret_nameThe returned product name of the server.
ret_vendorThe returned vendor.
ret_versionThe returned server version.
ret_spec_versionThe returned specification version supported.
Returns
true if the call succeded, or false if there were errors.
void Notify::set_app_name ( const Glib::ustring &  app_name)

Sets the application name.

Parameters
app_nameApplication name