Struct gio_2_0_sys::GOutputStreamClass [] [src]

#[repr(C)]
pub struct GOutputStreamClass { pub parent_class: GObjectClass, pub write_fn: Option<extern "C" fn(_: *mut GOutputStream, _: *mut u8, _: gsize, _: *mut GCancellable, _: *mut *mut GError) -> gssize>, pub splice: Option<extern "C" fn(_: *mut GOutputStream, _: *mut GInputStream, _: GOutputStreamSpliceFlags, _: *mut GCancellable, _: *mut *mut GError) -> gssize>, pub flush: Option<extern "C" fn(_: *mut GOutputStream, _: *mut GCancellable, _: *mut *mut GError) -> gboolean>, pub close_fn: Option<extern "C" fn(_: *mut GOutputStream, _: *mut GCancellable, _: *mut *mut GError) -> gboolean>, pub write_async: Option<extern "C" fn(_: *mut GOutputStream, _: *mut u8, _: gsize, _: gint, _: *mut GCancellable, _: Option<GAsyncReadyCallback>, _: gpointer)>, pub write_finish: Option<extern "C" fn(_: *mut GOutputStream, _: *mut GAsyncResult, _: *mut *mut GError) -> gssize>, pub splice_async: Option<extern "C" fn(_: *mut GOutputStream, _: *mut GInputStream, _: GOutputStreamSpliceFlags, _: gint, _: *mut GCancellable, _: Option<GAsyncReadyCallback>, _: gpointer)>, pub splice_finish: Option<extern "C" fn(_: *mut GOutputStream, _: *mut GAsyncResult, _: *mut *mut GError) -> gssize>, pub flush_async: Option<extern "C" fn(_: *mut GOutputStream, _: gint, _: *mut GCancellable, _: Option<GAsyncReadyCallback>, _: gpointer)>, pub flush_finish: Option<extern "C" fn(_: *mut GOutputStream, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>, pub close_async: Option<extern "C" fn(_: *mut GOutputStream, _: gint, _: *mut GCancellable, _: Option<GAsyncReadyCallback>, _: gpointer)>, pub close_finish: Option<extern "C" fn(_: *mut GOutputStream, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>, pub _g_reserved1: Option<extern "C" fn()>, pub _g_reserved2: Option<extern "C" fn()>, pub _g_reserved3: Option<extern "C" fn()>, pub _g_reserved4: Option<extern "C" fn()>, pub _g_reserved5: Option<extern "C" fn()>, pub _g_reserved6: Option<extern "C" fn()>, pub _g_reserved7: Option<extern "C" fn()>, pub _g_reserved8: Option<extern "C" fn()>, }

Fields