GdkPixbufModuleSaveFunc

Type Alias GdkPixbufModuleSaveFunc 

Source
pub type GdkPixbufModuleSaveFunc = Option<unsafe extern "C" fn(*mut FILE, *mut GdkPixbuf, *mut *mut c_char, *mut *mut c_char, *mut *mut GError) -> gboolean>;

Aliased Type§

pub enum GdkPixbufModuleSaveFunc {
    None,
    Some(unsafe extern "C" fn(*mut FILE, *mut GdkPixbuf, *mut *mut i8, *mut *mut i8, *mut *mut GError) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut FILE, *mut GdkPixbuf, *mut *mut i8, *mut *mut i8, *mut *mut GError) -> i32)

Some value of type T.