Type Alias GBufferedInputStreamClass

Source
pub type GBufferedInputStreamClass = _GBufferedInputStreamClass;

Aliased Type§

struct GBufferedInputStreamClass {
    pub parent_class: _GFilterInputStreamClass,
    pub fill: Option<unsafe extern "C" fn(*mut _GBufferedInputStream, i32, *mut _GCancellable, *mut *mut _GError) -> i32>,
    pub fill_async: Option<unsafe extern "C" fn(*mut _GBufferedInputStream, i32, i32, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>,
    pub fill_finish: Option<unsafe extern "C" fn(*mut _GBufferedInputStream, *mut _GAsyncResult, *mut *mut _GError) -> i32>,
    pub _g_reserved1: Option<unsafe extern "C" fn()>,
    pub _g_reserved2: Option<unsafe extern "C" fn()>,
    pub _g_reserved3: Option<unsafe extern "C" fn()>,
    pub _g_reserved4: Option<unsafe extern "C" fn()>,
    pub _g_reserved5: Option<unsafe extern "C" fn()>,
}

Fields§

§parent_class: _GFilterInputStreamClass§fill: Option<unsafe extern "C" fn(*mut _GBufferedInputStream, i32, *mut _GCancellable, *mut *mut _GError) -> i32>§fill_async: Option<unsafe extern "C" fn(*mut _GBufferedInputStream, i32, i32, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>§fill_finish: Option<unsafe extern "C" fn(*mut _GBufferedInputStream, *mut _GAsyncResult, *mut *mut _GError) -> i32>§_g_reserved1: Option<unsafe extern "C" fn()>§_g_reserved2: Option<unsafe extern "C" fn()>§_g_reserved3: Option<unsafe extern "C" fn()>§_g_reserved4: Option<unsafe extern "C" fn()>§_g_reserved5: Option<unsafe extern "C" fn()>