Struct gio_2_0_sys::GInputStreamClass [] [src]

#[repr(C)]
pub struct GInputStreamClass { pub parent_class: GObjectClass, pub read_fn: Option<extern "C" fn(_: *mut GInputStream, _: gpointer, _: gsize, _: *mut GCancellable, _: *mut *mut GError) -> gssize>, pub skip: Option<extern "C" fn(_: *mut GInputStream, _: gsize, _: *mut GCancellable, _: *mut *mut GError) -> gssize>, pub close_fn: Option<extern "C" fn(_: *mut GInputStream, _: *mut GCancellable, _: *mut *mut GError) -> gboolean>, pub read_async: Option<extern "C" fn(_: *mut GInputStream, _: *mut u8, _: gsize, _: gint, _: *mut GCancellable, _: Option<GAsyncReadyCallback>, _: gpointer)>, pub read_finish: Option<extern "C" fn(_: *mut GInputStream, _: *mut GAsyncResult, _: *mut *mut GError) -> gssize>, pub skip_async: Option<extern "C" fn(_: *mut GInputStream, _: gsize, _: gint, _: *mut GCancellable, _: Option<GAsyncReadyCallback>, _: gpointer)>, pub skip_finish: Option<extern "C" fn(_: *mut GInputStream, _: *mut GAsyncResult, _: *mut *mut GError) -> gssize>, pub close_async: Option<extern "C" fn(_: *mut GInputStream, _: gint, _: *mut GCancellable, _: Option<GAsyncReadyCallback>, _: gpointer)>, pub close_finish: Option<extern "C" fn(_: *mut GInputStream, _: *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()>, }

Fields