GdkPixbufModuleUpdatedFunc

Type Alias GdkPixbufModuleUpdatedFunc 

Source
pub type GdkPixbufModuleUpdatedFunc = Option<unsafe extern "C" fn(*mut GdkPixbuf, c_int, c_int, c_int, c_int, gpointer)>;

Aliased Type§

pub enum GdkPixbufModuleUpdatedFunc {
    None,
    Some(unsafe extern "C" fn(*mut GdkPixbuf, i32, i32, i32, i32, *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut GdkPixbuf, i32, i32, i32, i32, *mut c_void))

Some value of type T.