Function libnotify::init [] [src]

pub fn init(app_name: &str) -> Result<(), String>

Initialized libnotify. This must be called before any other functions.

Returns

Ok(()) if successful, Err(str) on error.