Function glib::set_printerr_handler
source · pub fn set_printerr_handler<P: Fn(&str) + Send + Sync + 'static>(func: P)
Expand description
To set back the default print handler, use the unset_printerr_handler
function.
pub fn set_printerr_handler<P: Fn(&str) + Send + Sync + 'static>(func: P)
To set back the default print handler, use the unset_printerr_handler
function.