#[repr(C)]
pub struct GdkPixbufLoaderClass {
pub parent_class: GObjectClass,
pub size_prepared: Option<unsafe extern "C" fn(_: *mut GdkPixbufLoader, _: c_int, _: c_int)>,
pub area_prepared: Option<unsafe extern "C" fn(_: *mut GdkPixbufLoader)>,
pub area_updated: Option<unsafe extern "C" fn(_: *mut GdkPixbufLoader, _: c_int, _: c_int, _: c_int, _: c_int)>,
pub closed: Option<unsafe extern "C" fn(_: *mut GdkPixbufLoader)>,
}
Fields
parent_class: GObjectClass
size_prepared: Option<unsafe extern "C" fn(_: *mut GdkPixbufLoader, _: c_int, _: c_int)>
area_prepared: Option<unsafe extern "C" fn(_: *mut GdkPixbufLoader)>
area_updated: Option<unsafe extern "C" fn(_: *mut GdkPixbufLoader, _: c_int, _: c_int, _: c_int, _: c_int)>
closed: Option<unsafe extern "C" fn(_: *mut GdkPixbufLoader)>