Struct gio_sys::GMountIface [] [src]

pub struct GMountIface {
    pub g_iface: GTypeInterface,
    pub changed: Option<unsafe extern "C" fn(_: *mut GMount)>,
    pub unmounted: Option<unsafe extern "C" fn(_: *mut GMount)>,
    pub get_root: Option<unsafe extern "C" fn(_: *mut GMount) -> *mut GFile>,
    pub get_name: Option<unsafe extern "C" fn(_: *mut GMount) -> *const c_char>,
    pub get_icon: Option<unsafe extern "C" fn(_: *mut GMount) -> *mut GIcon>,
    pub get_uuid: Option<unsafe extern "C" fn(_: *mut GMount) -> *const c_char>,
    pub get_volume: Option<unsafe extern "C" fn(_: *mut GMount) -> *mut GVolume>,
    pub get_drive: Option<unsafe extern "C" fn(_: *mut GMount) -> *mut GDrive>,
    pub can_unmount: Option<unsafe extern "C" fn(_: *mut GMount) -> gboolean>,
    pub can_eject: Option<unsafe extern "C" fn(_: *mut GMount) -> gboolean>,
    pub unmount: Option<unsafe extern "C" fn(_: *mut GMount, _: GMountUnmountFlags, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>,
    pub unmount_finish: Option<unsafe extern "C" fn(_: *mut GMount, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>,
    pub eject: Option<unsafe extern "C" fn(_: *mut GMount, _: GMountUnmountFlags, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>,
    pub eject_finish: Option<unsafe extern "C" fn(_: *mut GMount, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>,
    pub remount: Option<unsafe extern "C" fn(_: *mut GMount, _: GMountMountFlags, _: *mut GMountOperation, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>,
    pub remount_finish: Option<unsafe extern "C" fn(_: *mut GMount, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>,
    pub guess_content_type: Option<unsafe extern "C" fn(_: *mut GMount, _: gboolean, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>,
    pub guess_content_type_finish: Option<unsafe extern "C" fn(_: *mut GMount, _: *mut GAsyncResult, _: *mut *mut GError) -> *mut *mut c_char>,
    pub guess_content_type_sync: Option<unsafe extern "C" fn(_: *mut GMount, _: gboolean, _: *mut GCancellable, _: *mut *mut GError) -> *mut *mut c_char>,
    pub pre_unmount: Option<unsafe extern "C" fn(_: *mut GMount)>,
    pub unmount_with_operation: Option<unsafe extern "C" fn(_: *mut GMount, _: GMountUnmountFlags, _: *mut GMountOperation, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>,
    pub unmount_with_operation_finish: Option<unsafe extern "C" fn(_: *mut GMount, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>,
    pub eject_with_operation: Option<unsafe extern "C" fn(_: *mut GMount, _: GMountUnmountFlags, _: *mut GMountOperation, _: *mut GCancellable, _: GAsyncReadyCallback, _: gpointer)>,
    pub eject_with_operation_finish: Option<unsafe extern "C" fn(_: *mut GMount, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>,
    pub get_default_location: Option<unsafe extern "C" fn(_: *mut GMount) -> *mut GFile>,
    pub get_sort_key: Option<unsafe extern "C" fn(_: *mut GMount) -> *const c_char>,
    pub get_symbolic_icon: Option<unsafe extern "C" fn(_: *mut GMount) -> *mut GIcon>,
}

Fields