#[repr(C)]pub struct GFileIface {Show 104 fields
pub g_iface: GTypeInterface,
pub dup: Option<extern "C" fn(*mut GFile) -> *mut GFile>,
pub hash: Option<extern "C" fn(*mut GFile) -> guint>,
pub equal: Option<extern "C" fn(*mut GFile, *mut GFile) -> gboolean>,
pub is_native: Option<extern "C" fn(*mut GFile) -> gboolean>,
pub has_uri_scheme: Option<extern "C" fn(*mut GFile, *const gchar) -> gboolean>,
pub get_uri_scheme: Option<extern "C" fn(*mut GFile) -> *mut gchar>,
pub get_basename: Option<extern "C" fn(*mut GFile) -> *mut gchar>,
pub get_path: Option<extern "C" fn(*mut GFile) -> *mut gchar>,
pub get_uri: Option<extern "C" fn(*mut GFile) -> *mut gchar>,
pub get_parse_name: Option<extern "C" fn(*mut GFile) -> *mut gchar>,
pub get_parent: Option<extern "C" fn(*mut GFile) -> *mut GFile>,
pub prefix_matches: Option<extern "C" fn(*mut GFile, *mut GFile) -> gboolean>,
pub get_relative_path: Option<extern "C" fn(*mut GFile, *mut GFile) -> *mut gchar>,
pub resolve_relative_path: Option<extern "C" fn(*mut GFile, *const gchar) -> *mut GFile>,
pub get_child_for_display_name: Option<extern "C" fn(*mut GFile, *const gchar, *mut *mut GError) -> *mut GFile>,
pub enumerate_children: Option<extern "C" fn(*mut GFile, *const gchar, GFileQueryInfoFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileEnumerator>,
pub enumerate_children_async: Option<extern "C" fn(*mut GFile, *const gchar, GFileQueryInfoFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub enumerate_children_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileEnumerator>,
pub query_info: Option<extern "C" fn(*mut GFile, *const gchar, GFileQueryInfoFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileInfo>,
pub query_info_async: Option<extern "C" fn(*mut GFile, *const gchar, GFileQueryInfoFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub query_info_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileInfo>,
pub query_filesystem_info: Option<extern "C" fn(*mut GFile, *const gchar, *mut GCancellable, *mut *mut GError) -> *mut GFileInfo>,
pub query_filesystem_info_async: Option<extern "C" fn(*mut GFile, *const gchar, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub query_filesystem_info_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileInfo>,
pub find_enclosing_mount: Option<extern "C" fn(*mut GFile, *mut GCancellable, *mut *mut GError) -> *mut GMount>,
pub find_enclosing_mount_async: Option<extern "C" fn(*mut GFile, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub find_enclosing_mount_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GMount>,
pub set_display_name: Option<extern "C" fn(*mut GFile, *const gchar, *mut GCancellable, *mut *mut GError) -> *mut GFile>,
pub set_display_name_async: Option<extern "C" fn(*mut GFile, *const gchar, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub set_display_name_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFile>,
pub query_settable_attributes: Option<extern "C" fn(*mut GFile, *mut GCancellable, *mut *mut GError) -> *mut GFileAttributeInfoList>,
pub _query_settable_attributes_async: Option<extern "C" fn()>,
pub _query_settable_attributes_finish: Option<extern "C" fn()>,
pub query_writable_namespaces: Option<extern "C" fn(*mut GFile, *mut GCancellable, *mut *mut GError) -> *mut GFileAttributeInfoList>,
pub _query_writable_namespaces_async: Option<extern "C" fn()>,
pub _query_writable_namespaces_finish: Option<extern "C" fn()>,
pub set_attribute: Option<extern "C" fn(*mut GFile, *const gchar, GFileAttributeType, gpointer, GFileQueryInfoFlags, *mut GCancellable, *mut *mut GError) -> gboolean>,
pub set_attributes_from_info: Option<extern "C" fn(*mut GFile, *mut GFileInfo, GFileQueryInfoFlags, *mut GCancellable, *mut *mut GError) -> gboolean>,
pub set_attributes_async: Option<extern "C" fn(*mut GFile, *mut GFileInfo, GFileQueryInfoFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub set_attributes_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GFileInfo, *mut *mut GError) -> gboolean>,
pub read_fn: Option<extern "C" fn(*mut GFile, *mut GCancellable, *mut *mut GError) -> *mut GFileInputStream>,
pub read_async: Option<extern "C" fn(*mut GFile, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub read_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileInputStream>,
pub append_to: Option<extern "C" fn(*mut GFile, GFileCreateFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileOutputStream>,
pub append_to_async: Option<extern "C" fn(*mut GFile, GFileCreateFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub append_to_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileOutputStream>,
pub create: Option<extern "C" fn(*mut GFile, GFileCreateFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileOutputStream>,
pub create_async: Option<extern "C" fn(*mut GFile, GFileCreateFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub create_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileOutputStream>,
pub replace: Option<extern "C" fn(*mut GFile, *const gchar, gboolean, GFileCreateFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileOutputStream>,
pub replace_async: Option<extern "C" fn(*mut GFile, *const gchar, gboolean, GFileCreateFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub replace_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileOutputStream>,
pub delete_file: Option<extern "C" fn(*mut GFile, *mut GCancellable, *mut *mut GError) -> gboolean>,
pub delete_file_async: Option<extern "C" fn(*mut GFile, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub delete_file_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>,
pub trash: Option<extern "C" fn(*mut GFile, *mut GCancellable, *mut *mut GError) -> gboolean>,
pub trash_async: Option<extern "C" fn(*mut GFile, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub trash_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>,
pub make_directory: Option<extern "C" fn(*mut GFile, *mut GCancellable, *mut *mut GError) -> gboolean>,
pub make_directory_async: Option<extern "C" fn(*mut GFile, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub make_directory_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>,
pub make_symbolic_link: Option<extern "C" fn(*mut GFile, *const gchar, *mut GCancellable, *mut *mut GError) -> gboolean>,
pub _make_symbolic_link_async: Option<extern "C" fn()>,
pub _make_symbolic_link_finish: Option<extern "C" fn()>,
pub copy: Option<extern "C" fn(*mut GFile, *mut GFile, GFileCopyFlags, *mut GCancellable, Option<GFileProgressCallback>, gpointer, *mut *mut GError) -> gboolean>,
pub copy_async: Option<extern "C" fn(*mut GFile, *mut GFile, GFileCopyFlags, gint, *mut GCancellable, Option<GFileProgressCallback>, gpointer, Option<GAsyncReadyCallback>, gpointer)>,
pub copy_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>,
pub move_: Option<extern "C" fn(*mut GFile, *mut GFile, GFileCopyFlags, *mut GCancellable, Option<GFileProgressCallback>, gpointer, *mut *mut GError) -> gboolean>,
pub _move_async: Option<extern "C" fn()>,
pub _move_finish: Option<extern "C" fn()>,
pub mount_mountable: Option<extern "C" fn(*mut GFile, GMountMountFlags, *mut GMountOperation, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub mount_mountable_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFile>,
pub unmount_mountable: Option<extern "C" fn(*mut GFile, GMountUnmountFlags, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub unmount_mountable_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>,
pub eject_mountable: Option<extern "C" fn(*mut GFile, GMountUnmountFlags, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub eject_mountable_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>,
pub mount_enclosing_volume: Option<extern "C" fn(*mut GFile, GMountMountFlags, *mut GMountOperation, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub mount_enclosing_volume_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>,
pub monitor_dir: Option<extern "C" fn(*mut GFile, GFileMonitorFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileMonitor>,
pub monitor_file: Option<extern "C" fn(*mut GFile, GFileMonitorFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileMonitor>,
pub open_readwrite: Option<extern "C" fn(*mut GFile, *mut GCancellable, *mut *mut GError) -> *mut GFileIOStream>,
pub open_readwrite_async: Option<extern "C" fn(*mut GFile, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub open_readwrite_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileIOStream>,
pub create_readwrite: Option<extern "C" fn(*mut GFile, GFileCreateFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileIOStream>,
pub create_readwrite_async: Option<extern "C" fn(*mut GFile, GFileCreateFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub create_readwrite_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileIOStream>,
pub replace_readwrite: Option<extern "C" fn(*mut GFile, *const gchar, gboolean, GFileCreateFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileIOStream>,
pub replace_readwrite_async: Option<extern "C" fn(*mut GFile, *const gchar, gboolean, GFileCreateFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub replace_readwrite_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileIOStream>,
pub start_mountable: Option<extern "C" fn(*mut GFile, GDriveStartFlags, *mut GMountOperation, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub start_mountable_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>,
pub stop_mountable: Option<extern "C" fn(*mut GFile, GMountUnmountFlags, *mut GMountOperation, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub stop_mountable_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>,
pub supports_thread_contexts: gboolean,
pub unmount_mountable_with_operation: Option<extern "C" fn(*mut GFile, GMountUnmountFlags, *mut GMountOperation, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub unmount_mountable_with_operation_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>,
pub eject_mountable_with_operation: Option<extern "C" fn(*mut GFile, GMountUnmountFlags, *mut GMountOperation, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub eject_mountable_with_operation_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>,
pub poll_mountable: Option<extern "C" fn(*mut GFile, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>,
pub poll_mountable_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>,
pub measure_disk_usage: Option<extern "C" fn(*mut GFile, GFileMeasureFlags, *mut GCancellable, Option<GFileMeasureProgressCallback>, gpointer, *mut u64, *mut u64, *mut u64, *mut *mut GError) -> gboolean>,
pub measure_disk_usage_async: Option<extern "C" fn(*mut GFile, GFileMeasureFlags, gint, *mut GCancellable, Option<GFileMeasureProgressCallback>, gpointer, Option<GAsyncReadyCallback>, gpointer)>,
pub measure_disk_usage_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut u64, *mut u64, *mut u64, *mut *mut GError) -> gboolean>,
}Fields§
§g_iface: GTypeInterface§dup: Option<extern "C" fn(*mut GFile) -> *mut GFile>§hash: Option<extern "C" fn(*mut GFile) -> guint>§equal: Option<extern "C" fn(*mut GFile, *mut GFile) -> gboolean>§is_native: Option<extern "C" fn(*mut GFile) -> gboolean>§has_uri_scheme: Option<extern "C" fn(*mut GFile, *const gchar) -> gboolean>§get_uri_scheme: Option<extern "C" fn(*mut GFile) -> *mut gchar>§get_basename: Option<extern "C" fn(*mut GFile) -> *mut gchar>§get_path: Option<extern "C" fn(*mut GFile) -> *mut gchar>§get_uri: Option<extern "C" fn(*mut GFile) -> *mut gchar>§get_parse_name: Option<extern "C" fn(*mut GFile) -> *mut gchar>§get_parent: Option<extern "C" fn(*mut GFile) -> *mut GFile>§prefix_matches: Option<extern "C" fn(*mut GFile, *mut GFile) -> gboolean>§get_relative_path: Option<extern "C" fn(*mut GFile, *mut GFile) -> *mut gchar>§resolve_relative_path: Option<extern "C" fn(*mut GFile, *const gchar) -> *mut GFile>§get_child_for_display_name: Option<extern "C" fn(*mut GFile, *const gchar, *mut *mut GError) -> *mut GFile>§enumerate_children: Option<extern "C" fn(*mut GFile, *const gchar, GFileQueryInfoFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileEnumerator>§enumerate_children_async: Option<extern "C" fn(*mut GFile, *const gchar, GFileQueryInfoFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§enumerate_children_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileEnumerator>§query_info: Option<extern "C" fn(*mut GFile, *const gchar, GFileQueryInfoFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileInfo>§query_info_async: Option<extern "C" fn(*mut GFile, *const gchar, GFileQueryInfoFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§query_info_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileInfo>§query_filesystem_info: Option<extern "C" fn(*mut GFile, *const gchar, *mut GCancellable, *mut *mut GError) -> *mut GFileInfo>§query_filesystem_info_async: Option<extern "C" fn(*mut GFile, *const gchar, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§query_filesystem_info_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileInfo>§find_enclosing_mount: Option<extern "C" fn(*mut GFile, *mut GCancellable, *mut *mut GError) -> *mut GMount>§find_enclosing_mount_async: Option<extern "C" fn(*mut GFile, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§find_enclosing_mount_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GMount>§set_display_name: Option<extern "C" fn(*mut GFile, *const gchar, *mut GCancellable, *mut *mut GError) -> *mut GFile>§set_display_name_async: Option<extern "C" fn(*mut GFile, *const gchar, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§set_display_name_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFile>§query_settable_attributes: Option<extern "C" fn(*mut GFile, *mut GCancellable, *mut *mut GError) -> *mut GFileAttributeInfoList>§_query_settable_attributes_async: Option<extern "C" fn()>§_query_settable_attributes_finish: Option<extern "C" fn()>§query_writable_namespaces: Option<extern "C" fn(*mut GFile, *mut GCancellable, *mut *mut GError) -> *mut GFileAttributeInfoList>§_query_writable_namespaces_async: Option<extern "C" fn()>§_query_writable_namespaces_finish: Option<extern "C" fn()>§set_attribute: Option<extern "C" fn(*mut GFile, *const gchar, GFileAttributeType, gpointer, GFileQueryInfoFlags, *mut GCancellable, *mut *mut GError) -> gboolean>§set_attributes_from_info: Option<extern "C" fn(*mut GFile, *mut GFileInfo, GFileQueryInfoFlags, *mut GCancellable, *mut *mut GError) -> gboolean>§set_attributes_async: Option<extern "C" fn(*mut GFile, *mut GFileInfo, GFileQueryInfoFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§set_attributes_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GFileInfo, *mut *mut GError) -> gboolean>§read_fn: Option<extern "C" fn(*mut GFile, *mut GCancellable, *mut *mut GError) -> *mut GFileInputStream>§read_async: Option<extern "C" fn(*mut GFile, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§read_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileInputStream>§append_to: Option<extern "C" fn(*mut GFile, GFileCreateFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileOutputStream>§append_to_async: Option<extern "C" fn(*mut GFile, GFileCreateFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§append_to_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileOutputStream>§create: Option<extern "C" fn(*mut GFile, GFileCreateFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileOutputStream>§create_async: Option<extern "C" fn(*mut GFile, GFileCreateFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§create_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileOutputStream>§replace: Option<extern "C" fn(*mut GFile, *const gchar, gboolean, GFileCreateFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileOutputStream>§replace_async: Option<extern "C" fn(*mut GFile, *const gchar, gboolean, GFileCreateFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§replace_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileOutputStream>§delete_file: Option<extern "C" fn(*mut GFile, *mut GCancellable, *mut *mut GError) -> gboolean>§delete_file_async: Option<extern "C" fn(*mut GFile, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§delete_file_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>§trash: Option<extern "C" fn(*mut GFile, *mut GCancellable, *mut *mut GError) -> gboolean>§trash_async: Option<extern "C" fn(*mut GFile, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§trash_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>§make_directory: Option<extern "C" fn(*mut GFile, *mut GCancellable, *mut *mut GError) -> gboolean>§make_directory_async: Option<extern "C" fn(*mut GFile, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§make_directory_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>§make_symbolic_link: Option<extern "C" fn(*mut GFile, *const gchar, *mut GCancellable, *mut *mut GError) -> gboolean>§_make_symbolic_link_async: Option<extern "C" fn()>§_make_symbolic_link_finish: Option<extern "C" fn()>§copy: Option<extern "C" fn(*mut GFile, *mut GFile, GFileCopyFlags, *mut GCancellable, Option<GFileProgressCallback>, gpointer, *mut *mut GError) -> gboolean>§copy_async: Option<extern "C" fn(*mut GFile, *mut GFile, GFileCopyFlags, gint, *mut GCancellable, Option<GFileProgressCallback>, gpointer, Option<GAsyncReadyCallback>, gpointer)>§copy_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>§move_: Option<extern "C" fn(*mut GFile, *mut GFile, GFileCopyFlags, *mut GCancellable, Option<GFileProgressCallback>, gpointer, *mut *mut GError) -> gboolean>§_move_async: Option<extern "C" fn()>§_move_finish: Option<extern "C" fn()>§mount_mountable: Option<extern "C" fn(*mut GFile, GMountMountFlags, *mut GMountOperation, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§mount_mountable_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFile>§unmount_mountable: Option<extern "C" fn(*mut GFile, GMountUnmountFlags, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§unmount_mountable_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>§eject_mountable: Option<extern "C" fn(*mut GFile, GMountUnmountFlags, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§eject_mountable_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>§mount_enclosing_volume: Option<extern "C" fn(*mut GFile, GMountMountFlags, *mut GMountOperation, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§mount_enclosing_volume_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>§monitor_dir: Option<extern "C" fn(*mut GFile, GFileMonitorFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileMonitor>§monitor_file: Option<extern "C" fn(*mut GFile, GFileMonitorFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileMonitor>§open_readwrite: Option<extern "C" fn(*mut GFile, *mut GCancellable, *mut *mut GError) -> *mut GFileIOStream>§open_readwrite_async: Option<extern "C" fn(*mut GFile, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§open_readwrite_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileIOStream>§create_readwrite: Option<extern "C" fn(*mut GFile, GFileCreateFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileIOStream>§create_readwrite_async: Option<extern "C" fn(*mut GFile, GFileCreateFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§create_readwrite_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileIOStream>§replace_readwrite: Option<extern "C" fn(*mut GFile, *const gchar, gboolean, GFileCreateFlags, *mut GCancellable, *mut *mut GError) -> *mut GFileIOStream>§replace_readwrite_async: Option<extern "C" fn(*mut GFile, *const gchar, gboolean, GFileCreateFlags, gint, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§replace_readwrite_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> *mut GFileIOStream>§start_mountable: Option<extern "C" fn(*mut GFile, GDriveStartFlags, *mut GMountOperation, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§start_mountable_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>§stop_mountable: Option<extern "C" fn(*mut GFile, GMountUnmountFlags, *mut GMountOperation, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§stop_mountable_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>§supports_thread_contexts: gboolean§unmount_mountable_with_operation: Option<extern "C" fn(*mut GFile, GMountUnmountFlags, *mut GMountOperation, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§unmount_mountable_with_operation_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>§eject_mountable_with_operation: Option<extern "C" fn(*mut GFile, GMountUnmountFlags, *mut GMountOperation, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§eject_mountable_with_operation_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>§poll_mountable: Option<extern "C" fn(*mut GFile, *mut GCancellable, Option<GAsyncReadyCallback>, gpointer)>§poll_mountable_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut *mut GError) -> gboolean>§measure_disk_usage: Option<extern "C" fn(*mut GFile, GFileMeasureFlags, *mut GCancellable, Option<GFileMeasureProgressCallback>, gpointer, *mut u64, *mut u64, *mut u64, *mut *mut GError) -> gboolean>§measure_disk_usage_async: Option<extern "C" fn(*mut GFile, GFileMeasureFlags, gint, *mut GCancellable, Option<GFileMeasureProgressCallback>, gpointer, Option<GAsyncReadyCallback>, gpointer)>§measure_disk_usage_finish: Option<extern "C" fn(*mut GFile, *mut GAsyncResult, *mut u64, *mut u64, *mut u64, *mut *mut GError) -> gboolean>Auto Trait Implementations§
impl Freeze for GFileIface
impl RefUnwindSafe for GFileIface
impl Send for GFileIface
impl Sync for GFileIface
impl Unpin for GFileIface
impl UnwindSafe for GFileIface
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more