Function libnotify::get_server_info [] [src]

pub fn get_server_info() -> Option<(String, String, String, String)>

Synchronously queries the server for its information, specifically, the name, vendor, server version, and the version of the notifications specification that it is compliant with.

Returns

Some(ret_name, ret_vendor, ret_version, ret_spec_version) on success, otherwise None on error.