Type Alias GOutputStreamClass
Source pub type GOutputStreamClass = _GOutputStreamClass;
#[repr(C)]
pub struct GOutputStreamClass {Show 21 fields
pub parent_class: _GObjectClass,
pub write_fn: Option<unsafe extern "C" fn(*mut _GOutputStream, *const c_void, u64, *mut _GCancellable, *mut *mut _GError) -> i64>,
pub splice: Option<unsafe extern "C" fn(*mut _GOutputStream, *mut _GInputStream, GOutputStreamSpliceFlags, *mut _GCancellable, *mut *mut _GError) -> i64>,
pub flush: Option<unsafe extern "C" fn(*mut _GOutputStream, *mut _GCancellable, *mut *mut _GError) -> i32>,
pub close_fn: Option<unsafe extern "C" fn(*mut _GOutputStream, *mut _GCancellable, *mut *mut _GError) -> i32>,
pub write_async: Option<unsafe extern "C" fn(*mut _GOutputStream, *const c_void, u64, i32, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>,
pub write_finish: Option<unsafe extern "C" fn(*mut _GOutputStream, *mut _GAsyncResult, *mut *mut _GError) -> i64>,
pub splice_async: Option<unsafe extern "C" fn(*mut _GOutputStream, *mut _GInputStream, GOutputStreamSpliceFlags, i32, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>,
pub splice_finish: Option<unsafe extern "C" fn(*mut _GOutputStream, *mut _GAsyncResult, *mut *mut _GError) -> i64>,
pub flush_async: Option<unsafe extern "C" fn(*mut _GOutputStream, i32, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>,
pub flush_finish: Option<unsafe extern "C" fn(*mut _GOutputStream, *mut _GAsyncResult, *mut *mut _GError) -> i32>,
pub close_async: Option<unsafe extern "C" fn(*mut _GOutputStream, 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 _GOutputStream, *mut _GAsyncResult, *mut *mut _GError) -> i32>,
pub writev_fn: Option<unsafe extern "C" fn(*mut _GOutputStream, *const _GOutputVector, u64, *mut u64, *mut _GCancellable, *mut *mut _GError) -> i32>,
pub writev_async: Option<unsafe extern "C" fn(*mut _GOutputStream, *const _GOutputVector, u64, i32, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>,
pub writev_finish: Option<unsafe extern "C" fn(*mut _GOutputStream, *mut _GAsyncResult, *mut u64, *mut *mut _GError) -> i32>,
pub _g_reserved4: Option<unsafe extern "C" fn()>,
pub _g_reserved5: Option<unsafe extern "C" fn()>,
pub _g_reserved6: Option<unsafe extern "C" fn()>,
pub _g_reserved7: Option<unsafe extern "C" fn()>,
pub _g_reserved8: Option<unsafe extern "C" fn()>,
}