Type Definition libvips_rs::bindings::GIOFunc

source ·
pub type GIOFunc = Option<unsafe extern "C" fn(source: *mut GIOChannel, condition: GIOCondition, user_data: gpointer) -> gboolean>;