Struct gdk_pixbuf_sys::GdkPixbufLoaderClass [] [src]

#[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