Struct gio_sys::GLoadableIconIface [] [src]

#[repr(C)]
pub struct GLoadableIconIface { pub g_iface: GTypeInterface, pub load: Option<unsafe extern "C" fn(_: *mut GLoadableIcon, _: c_int, _: *mut *mut c_char, _: *mut GCancellable, _: *mut *mut GError) -> *mut GInputStream>, pub load_async: Option<unsafe extern "C" fn(_: *mut GLoadableIcon, _: c_int, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>, pub load_finish: Option<unsafe extern "C" fn(_: *mut GLoadableIcon, _: *mut GAsyncResult, _: *mut *mut c_char, _: *mut *mut GError) -> *mut GInputStream>, }

Fields