Struct libnotify::Notification [] [src]

pub struct Notification<'a> {
    // some fields omitted
}

A passive pop-up notification

Methods

impl<'a> Notification<'a>

fn show(&'a self) -> Result<(), NotificationShowError>

Tells the notification server to display the notification on the screen.