gdk_pixbuf_sys

Type Alias GdkPixbufModuleFillInfoFunc

source
pub type GdkPixbufModuleFillInfoFunc = Option<unsafe extern "C" fn(_: *mut GdkPixbufFormat)>;

Aliased Type§

enum GdkPixbufModuleFillInfoFunc {
    None,
    Some(unsafe extern "C" fn(_: *mut GdkPixbufFormat)),
}

Variants§

§1.6.0

None

No value.

§1.6.0

Some(unsafe extern "C" fn(_: *mut GdkPixbufFormat))

Some value of type T.