Type Alias GFileOutputStreamClass
Source pub type GFileOutputStreamClass = _GFileOutputStreamClass;
#[repr(C)]
pub struct GFileOutputStreamClass {Show 15 fields
pub parent_class: _GOutputStreamClass,
pub tell: Option<unsafe extern "C" fn(*mut _GFileOutputStream) -> i64>,
pub can_seek: Option<unsafe extern "C" fn(*mut _GFileOutputStream) -> i32>,
pub seek: Option<unsafe extern "C" fn(*mut _GFileOutputStream, i64, GSeekType, *mut _GCancellable, *mut *mut _GError) -> i32>,
pub can_truncate: Option<unsafe extern "C" fn(*mut _GFileOutputStream) -> i32>,
pub truncate_fn: Option<unsafe extern "C" fn(*mut _GFileOutputStream, i64, *mut _GCancellable, *mut *mut _GError) -> i32>,
pub query_info: Option<unsafe extern "C" fn(*mut _GFileOutputStream, *const i8, *mut _GCancellable, *mut *mut _GError) -> *mut _GFileInfo>,
pub query_info_async: Option<unsafe extern "C" fn(*mut _GFileOutputStream, *const i8, i32, *mut _GCancellable, Option<unsafe extern "C" fn(*mut _GObject, *mut _GAsyncResult, *mut c_void)>, *mut c_void)>,
pub query_info_finish: Option<unsafe extern "C" fn(*mut _GFileOutputStream, *mut _GAsyncResult, *mut *mut _GError) -> *mut _GFileInfo>,
pub get_etag: Option<unsafe extern "C" fn(*mut _GFileOutputStream) -> *mut i8>,
pub _g_reserved1: Option<unsafe extern "C" fn()>,
pub _g_reserved2: Option<unsafe extern "C" fn()>,
pub _g_reserved3: Option<unsafe extern "C" fn()>,
pub _g_reserved4: Option<unsafe extern "C" fn()>,
pub _g_reserved5: Option<unsafe extern "C" fn()>,
}