Struct gio_2_0_sys::GFileInputStreamClass [] [src]

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