Type Alias frida_sys::GOutputStreamClass

source ·
pub type GOutputStreamClass = _GOutputStreamClass;

Aliased Type§

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, _: u32, _: *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, _: u32, _: 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()>,
}

Fields§

§parent_class: _GObjectClass§write_fn: Option<unsafe extern "C" fn(_: *mut _GOutputStream, _: *const c_void, _: u64, _: *mut _GCancellable, _: *mut *mut _GError) -> i64>§splice: Option<unsafe extern "C" fn(_: *mut _GOutputStream, _: *mut _GInputStream, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> i64>§flush: Option<unsafe extern "C" fn(_: *mut _GOutputStream, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>§close_fn: Option<unsafe extern "C" fn(_: *mut _GOutputStream, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>§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)>§write_finish: Option<unsafe extern "C" fn(_: *mut _GOutputStream, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i64>§splice_async: Option<unsafe extern "C" fn(_: *mut _GOutputStream, _: *mut _GInputStream, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§splice_finish: Option<unsafe extern "C" fn(_: *mut _GOutputStream, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i64>§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)>§flush_finish: Option<unsafe extern "C" fn(_: *mut _GOutputStream, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>§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)>§close_finish: Option<unsafe extern "C" fn(_: *mut _GOutputStream, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>§writev_fn: Option<unsafe extern "C" fn(_: *mut _GOutputStream, _: *const _GOutputVector, _: u64, _: *mut u64, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>§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)>§writev_finish: Option<unsafe extern "C" fn(_: *mut _GOutputStream, _: *mut _GAsyncResult, _: *mut u64, _: *mut *mut _GError) -> i32>§_g_reserved4: Option<unsafe extern "C" fn()>§_g_reserved5: Option<unsafe extern "C" fn()>§_g_reserved6: Option<unsafe extern "C" fn()>§_g_reserved7: Option<unsafe extern "C" fn()>§_g_reserved8: Option<unsafe extern "C" fn()>