This section describes a number of utility functions to get information about the environment. More...
|
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.
|
|
This section describes a number of utility functions to get information about the environment.
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_name | The returned product name of the server. |
ret_vendor | The returned vendor. |
ret_version | The returned server version. |
ret_spec_version | The 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
-