pub type GInputStreamClass = _GInputStreamClass;Expand description
GInputStream:
Base class for streaming input operations.
Aliased Type§
#[repr(C)]pub struct GInputStreamClass {Show 15 fields
pub parent_class: _GObjectClass,
pub read_fn: Option<unsafe extern "C" fn(*mut _GInputStream, *mut c_void, u64, *mut _GCancellable, *mut *mut _GError) -> i64>,
pub skip: Option<unsafe extern "C" fn(*mut _GInputStream, u64, *mut _GCancellable, *mut *mut _GError) -> i64>,
pub close_fn: Option<unsafe extern "C" fn(*mut _GInputStream, *mut _GCancellable, *mut *mut _GError) -> i32>,
pub read_async: Option<unsafe extern "C" fn(*mut _GInputStream, *mut c_void, u64, i32, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>,
pub read_finish: Option<unsafe extern "C" fn(*mut _GInputStream, *mut _GAsyncResult, *mut *mut _GError) -> i64>,
pub skip_async: Option<unsafe extern "C" fn(*mut _GInputStream, u64, i32, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>,
pub skip_finish: Option<unsafe extern "C" fn(*mut _GInputStream, *mut _GAsyncResult, *mut *mut _GError) -> i64>,
pub close_async: Option<unsafe extern "C" fn(*mut _GInputStream, i32, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>,
pub close_finish: Option<unsafe extern "C" fn(*mut _GInputStream, *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: _GObjectClass§read_fn: Option<unsafe extern "C" fn(*mut _GInputStream, *mut c_void, u64, *mut _GCancellable, *mut *mut _GError) -> i64>§skip: Option<unsafe extern "C" fn(*mut _GInputStream, u64, *mut _GCancellable, *mut *mut _GError) -> i64>§close_fn: Option<unsafe extern "C" fn(*mut _GInputStream, *mut _GCancellable, *mut *mut _GError) -> i32>§read_async: Option<unsafe extern "C" fn(*mut _GInputStream, *mut c_void, u64, i32, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>§read_finish: Option<unsafe extern "C" fn(*mut _GInputStream, *mut _GAsyncResult, *mut *mut _GError) -> i64>§skip_async: Option<unsafe extern "C" fn(*mut _GInputStream, u64, i32, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>§skip_finish: Option<unsafe extern "C" fn(*mut _GInputStream, *mut _GAsyncResult, *mut *mut _GError) -> i64>§close_async: Option<unsafe extern "C" fn(*mut _GInputStream, i32, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>§close_finish: Option<unsafe extern "C" fn(*mut _GInputStream, *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()>