pub type GInputStreamClass = _GInputStreamClass;

Aliased Type§

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()>