Struct gio_2_0_sys::GFileOutputStreamClass [] [src]

#[repr(C)]
pub struct GFileOutputStreamClass { pub parent_class: GOutputStreamClass, pub tell: Option<extern "C" fn(_: *mut GFileOutputStream) -> i64>, pub can_seek: Option<extern "C" fn(_: *mut GFileOutputStream) -> gboolean>, pub seek: Option<extern "C" fn(_: *mut GFileOutputStream, _: i64, _: GSeekType, _: *mut GCancellable, _: *mut *mut GError) -> gboolean>, pub can_truncate: Option<extern "C" fn(_: *mut GFileOutputStream) -> gboolean>, pub truncate_fn: Option<extern "C" fn(_: *mut GFileOutputStream, _: i64, _: *mut GCancellable, _: *mut *mut GError) -> gboolean>, pub query_info: Option<extern "C" fn(_: *mut GFileOutputStream, _: *const gchar, _: *mut GCancellable, _: *mut *mut GError) -> *mut GFileInfo>, pub query_info_async: Option<extern "C" fn(_: *mut GFileOutputStream, _: *const gchar, _: gint, _: *mut GCancellable, _: Option<GAsyncReadyCallback>, _: gpointer)>, pub query_info_finish: Option<extern "C" fn(_: *mut GFileOutputStream, _: *mut GAsyncResult, _: *mut *mut GError) -> *mut GFileInfo>, pub get_etag: Option<extern "C" fn(_: *mut GFileOutputStream) -> *mut gchar>, 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