Struct gio_2_0_sys::GFileIface [] [src]

#[repr(C)]
pub struct GFileIface { 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