libgdamm Reference Documentation |
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. |
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.
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. |
true
if the call succeded, or false
if there were errors.