Struct gio_2_0_sys::GLoadableIconIface [] [src]

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

Fields