Macro pnmixerlib::result_warn [] [src]

macro_rules! result_warn {
    ($expr:expr, $parent:expr) => { ... };
}

Present a gtk error dialog with the error from the Result type, if any. Provides only a close button.