Macro glib::bool_error[][src]

macro_rules! bool_error {
    ($msg : expr) => { ... };
    ($($msg : tt) *) => { ... };
}
Expand description

Generic error used for functions that fail without any further information