[][src]Function notify_rust::handle_action

pub fn handle_action<F>(id: u32, func: F) where
    F: FnOnce(&str), 

Listens for the ActionInvoked(UInt32, String) Signal.

No need to use this, check out Notification::show_and_wait_for_action(FnOnce(action:&str))