Type Alias GVfsClass

Source
pub type GVfsClass = _GVfsClass;
Expand description

GVfs:

Virtual File System object.

Aliased Type§

struct GVfsClass {
Show 18 fields pub parent_class: _GObjectClass, pub is_active: Option<unsafe extern "C" fn(*mut _GVfs) -> i32>, pub get_file_for_path: Option<unsafe extern "C" fn(*mut _GVfs, *const i8) -> *mut _GFile>, pub get_file_for_uri: Option<unsafe extern "C" fn(*mut _GVfs, *const i8) -> *mut _GFile>, pub get_supported_uri_schemes: Option<unsafe extern "C" fn(*mut _GVfs) -> *const *const i8>, pub parse_name: Option<unsafe extern "C" fn(*mut _GVfs, *const i8) -> *mut _GFile>, pub local_file_add_info: Option<unsafe extern "C" fn(*mut _GVfs, *const i8, u64, *mut _GFileAttributeMatcher, *mut _GFileInfo, *mut _GCancellable, *mut *mut c_void, *mut Option<unsafe extern "C" fn(*mut c_void)>)>, pub add_writable_namespaces: Option<unsafe extern "C" fn(*mut _GVfs, *mut _GFileAttributeInfoList)>, pub local_file_set_attributes: Option<unsafe extern "C" fn(*mut _GVfs, *const i8, *mut _GFileInfo, u32, *mut _GCancellable, *mut *mut _GError) -> i32>, pub local_file_removed: Option<unsafe extern "C" fn(*mut _GVfs, *const i8)>, pub local_file_moved: Option<unsafe extern "C" fn(*mut _GVfs, *const i8, *const i8)>, pub deserialize_icon: Option<unsafe extern "C" fn(*mut _GVfs, *mut _GVariant) -> *mut _GIcon>, 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()>, pub _g_reserved6: Option<unsafe extern "C" fn()>,
}

Fields§

§parent_class: _GObjectClass§is_active: Option<unsafe extern "C" fn(*mut _GVfs) -> i32>§get_file_for_path: Option<unsafe extern "C" fn(*mut _GVfs, *const i8) -> *mut _GFile>§get_file_for_uri: Option<unsafe extern "C" fn(*mut _GVfs, *const i8) -> *mut _GFile>§get_supported_uri_schemes: Option<unsafe extern "C" fn(*mut _GVfs) -> *const *const i8>§parse_name: Option<unsafe extern "C" fn(*mut _GVfs, *const i8) -> *mut _GFile>§local_file_add_info: Option<unsafe extern "C" fn(*mut _GVfs, *const i8, u64, *mut _GFileAttributeMatcher, *mut _GFileInfo, *mut _GCancellable, *mut *mut c_void, *mut Option<unsafe extern "C" fn(*mut c_void)>)>§add_writable_namespaces: Option<unsafe extern "C" fn(*mut _GVfs, *mut _GFileAttributeInfoList)>§local_file_set_attributes: Option<unsafe extern "C" fn(*mut _GVfs, *const i8, *mut _GFileInfo, u32, *mut _GCancellable, *mut *mut _GError) -> i32>§local_file_removed: Option<unsafe extern "C" fn(*mut _GVfs, *const i8)>§local_file_moved: Option<unsafe extern "C" fn(*mut _GVfs, *const i8, *const i8)>§deserialize_icon: Option<unsafe extern "C" fn(*mut _GVfs, *mut _GVariant) -> *mut _GIcon>§_g_reserved1: Option<unsafe extern "C" fn()>§_g_reserved2: Option<unsafe extern "C" fn()>§_g_reserved3: Option<unsafe extern "C" fn()>§_g_reserved4: Option<unsafe extern "C" fn()>§_g_reserved5: Option<unsafe extern "C" fn()>§_g_reserved6: Option<unsafe extern "C" fn()>