pub type HdyAvatarImageLoadFunc = Option<unsafe extern "C" fn(_: c_int, _: gpointer) -> *mut GdkPixbuf>;

Aliased Type§

enum HdyAvatarImageLoadFunc {
    None,
    Some(unsafe extern "C" fn(_: i32, _: *mut c_void) -> *mut GdkPixbuf),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: i32, _: *mut c_void) -> *mut GdkPixbuf)

Some value of type T.