Type Alias HdyAvatarImageLoadFunc

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

Aliased Type§

pub 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.