Struct gio_2_0_sys::GVfsClass [] [src]

#[repr(C)]
pub struct GVfsClass { pub parent_class: GObjectClass, pub is_active: Option<extern "C" fn(_: *mut GVfs) -> gboolean>, pub get_file_for_path: Option<extern "C" fn(_: *mut GVfs, _: *const gchar) -> *mut GFile>, pub get_file_for_uri: Option<extern "C" fn(_: *mut GVfs, _: *const gchar) -> *mut GFile>, pub get_supported_uri_schemes: Option<extern "C" fn(_: *mut GVfs) -> *const *const gchar>, pub parse_name: Option<extern "C" fn(_: *mut GVfs, _: *const gchar) -> *mut GFile>, pub local_file_add_info: Option<extern "C" fn(_: *mut GVfs, _: *const gchar, _: u64, _: *mut GFileAttributeMatcher, _: *mut GFileInfo, _: *mut GCancellable, _: gpointer, _: *mut GDestroyNotify)>, pub add_writable_namespaces: Option<extern "C" fn(_: *mut GVfs, _: *mut GFileAttributeInfoList)>, pub local_file_set_attributes: Option<extern "C" fn(_: *mut GVfs, _: *const gchar, _: *mut GFileInfo, _: GFileQueryInfoFlags, _: *mut GCancellable, _: *mut *mut GError) -> gboolean>, pub local_file_removed: Option<extern "C" fn(_: *mut GVfs, _: *const gchar)>, pub local_file_moved: Option<extern "C" fn(_: *mut GVfs, _: *const gchar, _: *const gchar)>, pub deserialize_icon: Option<extern "C" fn(_: *mut GVfs, _: *mut GVariant) -> *mut GIcon>, 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()>, }

Fields