Struct gio_2_0_sys::GDriveIface [] [src]

#[repr(C)]
pub struct GDriveIface { pub g_iface: GTypeInterface, pub changed: Option<extern "C" fn(_: *mut GDrive)>, pub disconnected: Option<extern "C" fn(_: *mut GDrive)>, pub eject_button: Option<extern "C" fn(_: *mut GDrive)>, pub get_name: Option<extern "C" fn(_: *mut GDrive) -> *mut gchar>, pub get_icon: Option<extern "C" fn(_: *mut GDrive) -> *mut GIcon>, pub has_volumes: Option<extern "C" fn(_: *mut GDrive) -> gboolean>, pub get_volumes: Option<extern "C" fn(_: *mut GDrive) -> *mut GList>, pub is_media_removable: Option<extern "C" fn(_: *mut GDrive) -> gboolean>, pub has_media: Option<extern "C" fn(_: *mut GDrive) -> gboolean>, pub is_media_check_automatic: Option<extern "C" fn(_: *mut GDrive) -> gboolean>, pub can_eject: Option<extern "C" fn(_: *mut GDrive) -> gboolean>, pub can_poll_for_media: Option<extern "C" fn(_: *mut GDrive) -> gboolean>, pub eject: Option<extern "C" fn(_: *mut GDrive, _: GMountUnmountFlags, _: *mut GCancellable, _: Option<GAsyncReadyCallback>, _: gpointer)>, pub eject_finish: Option<extern "C" fn(_: *mut GDrive, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>, pub poll_for_media: Option<extern "C" fn(_: *mut GDrive, _: *mut GCancellable, _: Option<GAsyncReadyCallback>, _: gpointer)>, pub poll_for_media_finish: Option<extern "C" fn(_: *mut GDrive, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>, pub get_identifier: Option<extern "C" fn(_: *mut GDrive, _: *const gchar) -> *mut gchar>, pub enumerate_identifiers: Option<extern "C" fn(_: *mut GDrive) -> *mut *mut gchar>, pub get_start_stop_type: Option<extern "C" fn(_: *mut GDrive) -> GDriveStartStopType>, pub can_start: Option<extern "C" fn(_: *mut GDrive) -> gboolean>, pub can_start_degraded: Option<extern "C" fn(_: *mut GDrive) -> gboolean>, pub start: Option<extern "C" fn(_: *mut GDrive, _: GDriveStartFlags, _: *mut GMountOperation, _: *mut GCancellable, _: Option<GAsyncReadyCallback>, _: gpointer)>, pub start_finish: Option<extern "C" fn(_: *mut GDrive, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>, pub can_stop: Option<extern "C" fn(_: *mut GDrive) -> gboolean>, pub stop: Option<extern "C" fn(_: *mut GDrive, _: GMountUnmountFlags, _: *mut GMountOperation, _: *mut GCancellable, _: Option<GAsyncReadyCallback>, _: gpointer)>, pub stop_finish: Option<extern "C" fn(_: *mut GDrive, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>, pub stop_button: Option<extern "C" fn(_: *mut GDrive)>, pub eject_with_operation: Option<extern "C" fn(_: *mut GDrive, _: GMountUnmountFlags, _: *mut GMountOperation, _: *mut GCancellable, _: Option<GAsyncReadyCallback>, _: gpointer)>, pub eject_with_operation_finish: Option<extern "C" fn(_: *mut GDrive, _: *mut GAsyncResult, _: *mut *mut GError) -> gboolean>, pub get_sort_key: Option<extern "C" fn(_: *mut GDrive) -> *const gchar>, pub get_symbolic_icon: Option<extern "C" fn(_: *mut GDrive) -> *mut GIcon>, }

Fields