Type Alias frida_sys::GFileIface
source · pub type GFileIface = _GFileIface;Aliased Type§
struct GFileIface {Show 104 fields
pub g_iface: _GTypeInterface,
pub dup: Option<unsafe extern "C" fn(_: *mut _GFile) -> *mut _GFile>,
pub hash: Option<unsafe extern "C" fn(_: *mut _GFile) -> u32>,
pub equal: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFile) -> i32>,
pub is_native: Option<unsafe extern "C" fn(_: *mut _GFile) -> i32>,
pub has_uri_scheme: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8) -> i32>,
pub get_uri_scheme: Option<unsafe extern "C" fn(_: *mut _GFile) -> *mut i8>,
pub get_basename: Option<unsafe extern "C" fn(_: *mut _GFile) -> *mut i8>,
pub get_path: Option<unsafe extern "C" fn(_: *mut _GFile) -> *mut i8>,
pub get_uri: Option<unsafe extern "C" fn(_: *mut _GFile) -> *mut i8>,
pub get_parse_name: Option<unsafe extern "C" fn(_: *mut _GFile) -> *mut i8>,
pub get_parent: Option<unsafe extern "C" fn(_: *mut _GFile) -> *mut _GFile>,
pub prefix_matches: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFile) -> i32>,
pub get_relative_path: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFile) -> *mut i8>,
pub resolve_relative_path: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8) -> *mut _GFile>,
pub get_child_for_display_name: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: *mut *mut _GError) -> *mut _GFile>,
pub enumerate_children: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileEnumerator>,
pub enumerate_children_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub enumerate_children_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileEnumerator>,
pub query_info: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileInfo>,
pub query_info_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: u32, _: 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 _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileInfo>,
pub query_filesystem_info: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileInfo>,
pub query_filesystem_info_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub query_filesystem_info_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileInfo>,
pub find_enclosing_mount: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GMount>,
pub find_enclosing_mount_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub find_enclosing_mount_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GMount>,
pub set_display_name: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFile>,
pub set_display_name_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub set_display_name_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFile>,
pub query_settable_attributes: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileAttributeInfoList>,
pub _query_settable_attributes_async: Option<unsafe extern "C" fn()>,
pub _query_settable_attributes_finish: Option<unsafe extern "C" fn()>,
pub query_writable_namespaces: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileAttributeInfoList>,
pub _query_writable_namespaces_async: Option<unsafe extern "C" fn()>,
pub _query_writable_namespaces_finish: Option<unsafe extern "C" fn()>,
pub set_attribute: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: u32, _: *mut c_void, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>,
pub set_attributes_from_info: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFileInfo, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>,
pub set_attributes_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFileInfo, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub set_attributes_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GFileInfo, _: *mut *mut _GError) -> i32>,
pub read_fn: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileInputStream>,
pub read_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub read_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileInputStream>,
pub append_to: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileOutputStream>,
pub append_to_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub append_to_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileOutputStream>,
pub create: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileOutputStream>,
pub create_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub create_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileOutputStream>,
pub replace: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: i32, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileOutputStream>,
pub replace_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: i32, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub replace_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileOutputStream>,
pub delete_file: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>,
pub delete_file_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub delete_file_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>,
pub trash: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>,
pub trash_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub trash_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>,
pub make_directory: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>,
pub make_directory_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub make_directory_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>,
pub make_symbolic_link: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>,
pub make_symbolic_link_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub make_symbolic_link_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>,
pub copy: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFile, _: u32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: i64, _: i64, _: *mut c_void)>, _: *mut c_void, _: *mut *mut _GError) -> i32>,
pub copy_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFile, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: i64, _: i64, _: *mut c_void)>, _: *mut c_void, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub copy_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>,
pub move_: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFile, _: u32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: i64, _: i64, _: *mut c_void)>, _: *mut c_void, _: *mut *mut _GError) -> i32>,
pub move_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFile, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: i64, _: i64, _: *mut c_void)>, _: *mut c_void, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub move_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>,
pub mount_mountable: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GMountOperation, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub mount_mountable_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFile>,
pub unmount_mountable: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub unmount_mountable_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>,
pub eject_mountable: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub eject_mountable_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>,
pub mount_enclosing_volume: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GMountOperation, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub mount_enclosing_volume_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>,
pub monitor_dir: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileMonitor>,
pub monitor_file: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileMonitor>,
pub open_readwrite: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileIOStream>,
pub open_readwrite_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub open_readwrite_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileIOStream>,
pub create_readwrite: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileIOStream>,
pub create_readwrite_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub create_readwrite_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileIOStream>,
pub replace_readwrite: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: i32, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileIOStream>,
pub replace_readwrite_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: i32, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub replace_readwrite_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileIOStream>,
pub start_mountable: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GMountOperation, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub start_mountable_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>,
pub stop_mountable: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GMountOperation, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub stop_mountable_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>,
pub supports_thread_contexts: i32,
pub unmount_mountable_with_operation: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GMountOperation, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub unmount_mountable_with_operation_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>,
pub eject_mountable_with_operation: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GMountOperation, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub eject_mountable_with_operation_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>,
pub poll_mountable: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub poll_mountable_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>,
pub measure_disk_usage: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: i32, _: u64, _: u64, _: u64, _: *mut c_void)>, _: *mut c_void, _: *mut u64, _: *mut u64, _: *mut u64, _: *mut *mut _GError) -> i32>,
pub measure_disk_usage_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: i32, _: u64, _: u64, _: u64, _: *mut c_void)>, _: *mut c_void, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>,
pub measure_disk_usage_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut u64, _: *mut u64, _: *mut u64, _: *mut *mut _GError) -> i32>,
}Fields§
§g_iface: _GTypeInterface§dup: Option<unsafe extern "C" fn(_: *mut _GFile) -> *mut _GFile>§hash: Option<unsafe extern "C" fn(_: *mut _GFile) -> u32>§equal: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFile) -> i32>§is_native: Option<unsafe extern "C" fn(_: *mut _GFile) -> i32>§has_uri_scheme: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8) -> i32>§get_uri_scheme: Option<unsafe extern "C" fn(_: *mut _GFile) -> *mut i8>§get_basename: Option<unsafe extern "C" fn(_: *mut _GFile) -> *mut i8>§get_path: Option<unsafe extern "C" fn(_: *mut _GFile) -> *mut i8>§get_uri: Option<unsafe extern "C" fn(_: *mut _GFile) -> *mut i8>§get_parse_name: Option<unsafe extern "C" fn(_: *mut _GFile) -> *mut i8>§get_parent: Option<unsafe extern "C" fn(_: *mut _GFile) -> *mut _GFile>§prefix_matches: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFile) -> i32>§get_relative_path: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFile) -> *mut i8>§resolve_relative_path: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8) -> *mut _GFile>§get_child_for_display_name: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: *mut *mut _GError) -> *mut _GFile>§enumerate_children: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileEnumerator>§enumerate_children_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§enumerate_children_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileEnumerator>§query_info: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileInfo>§query_info_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§query_info_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileInfo>§query_filesystem_info: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileInfo>§query_filesystem_info_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§query_filesystem_info_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileInfo>§find_enclosing_mount: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GMount>§find_enclosing_mount_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§find_enclosing_mount_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GMount>§set_display_name: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFile>§set_display_name_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§set_display_name_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFile>§query_settable_attributes: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileAttributeInfoList>§_query_settable_attributes_async: Option<unsafe extern "C" fn()>§_query_settable_attributes_finish: Option<unsafe extern "C" fn()>§query_writable_namespaces: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileAttributeInfoList>§_query_writable_namespaces_async: Option<unsafe extern "C" fn()>§_query_writable_namespaces_finish: Option<unsafe extern "C" fn()>§set_attribute: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: u32, _: *mut c_void, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>§set_attributes_from_info: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFileInfo, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>§set_attributes_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFileInfo, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§set_attributes_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GFileInfo, _: *mut *mut _GError) -> i32>§read_fn: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileInputStream>§read_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§read_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileInputStream>§append_to: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileOutputStream>§append_to_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§append_to_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileOutputStream>§create: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileOutputStream>§create_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§create_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileOutputStream>§replace: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: i32, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileOutputStream>§replace_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: i32, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§replace_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileOutputStream>§delete_file: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>§delete_file_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§delete_file_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>§trash: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>§trash_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§trash_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>§make_directory: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>§make_directory_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§make_directory_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>§make_symbolic_link: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: *mut _GCancellable, _: *mut *mut _GError) -> i32>§make_symbolic_link_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§make_symbolic_link_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>§copy: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFile, _: u32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: i64, _: i64, _: *mut c_void)>, _: *mut c_void, _: *mut *mut _GError) -> i32>§copy_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFile, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: i64, _: i64, _: *mut c_void)>, _: *mut c_void, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§copy_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>§move_: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFile, _: u32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: i64, _: i64, _: *mut c_void)>, _: *mut c_void, _: *mut *mut _GError) -> i32>§move_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GFile, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: i64, _: i64, _: *mut c_void)>, _: *mut c_void, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§move_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>§mount_mountable: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GMountOperation, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§mount_mountable_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFile>§unmount_mountable: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§unmount_mountable_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>§eject_mountable: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§eject_mountable_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>§mount_enclosing_volume: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GMountOperation, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§mount_enclosing_volume_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>§monitor_dir: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileMonitor>§monitor_file: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileMonitor>§open_readwrite: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileIOStream>§open_readwrite_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§open_readwrite_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileIOStream>§create_readwrite: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileIOStream>§create_readwrite_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§create_readwrite_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileIOStream>§replace_readwrite: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: i32, _: u32, _: *mut _GCancellable, _: *mut *mut _GError) -> *mut _GFileIOStream>§replace_readwrite_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: *const i8, _: i32, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§replace_readwrite_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> *mut _GFileIOStream>§start_mountable: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GMountOperation, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§start_mountable_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>§stop_mountable: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GMountOperation, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§stop_mountable_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>§supports_thread_contexts: i32§unmount_mountable_with_operation: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GMountOperation, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§unmount_mountable_with_operation_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>§eject_mountable_with_operation: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GMountOperation, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§eject_mountable_with_operation_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>§poll_mountable: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§poll_mountable_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut *mut _GError) -> i32>§measure_disk_usage: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: i32, _: u64, _: u64, _: u64, _: *mut c_void)>, _: *mut c_void, _: *mut u64, _: *mut u64, _: *mut u64, _: *mut *mut _GError) -> i32>§measure_disk_usage_async: Option<unsafe extern "C" fn(_: *mut _GFile, _: u32, _: i32, _: *mut _GCancellable, _: Option<unsafe extern "C" fn(_: i32, _: u64, _: u64, _: u64, _: *mut c_void)>, _: *mut c_void, _: Option<unsafe extern "C" fn(_: *mut _GObject, _: *mut _GAsyncResult, _: *mut c_void)>, _: *mut c_void)>§measure_disk_usage_finish: Option<unsafe extern "C" fn(_: *mut _GFile, _: *mut _GAsyncResult, _: *mut u64, _: *mut u64, _: *mut u64, _: *mut *mut _GError) -> i32>