GdkPixbufModuleLoadAnimationFunc

Type Alias GdkPixbufModuleLoadAnimationFunc 

Source
pub type GdkPixbufModuleLoadAnimationFunc = Option<unsafe extern "C" fn(*mut FILE, *mut *mut GError) -> *mut GdkPixbufAnimation>;

Aliased Type§

pub enum GdkPixbufModuleLoadAnimationFunc {
    None,
    Some(unsafe extern "C" fn(*mut FILE, *mut *mut GError) -> *mut GdkPixbufAnimation),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut FILE, *mut *mut GError) -> *mut GdkPixbufAnimation)

Some value of type T.