Struct gio_2_0_sys::GMountOperationClass [] [src]

#[repr(C)]
pub struct GMountOperationClass { pub parent_class: GObjectClass, pub ask_password: Option<extern "C" fn(_: *mut GMountOperation, _: *const gchar, _: *const gchar, _: *const gchar, _: GAskPasswordFlags)>, pub ask_question: Option<extern "C" fn(_: *mut GMountOperation, _: *const gchar, _: *const gchar)>, pub reply: Option<extern "C" fn(_: *mut GMountOperation, _: GMountOperationResult)>, pub aborted: Option<extern "C" fn(_: *mut GMountOperation)>, pub show_processes: Option<extern "C" fn(_: *mut GMountOperation, _: *const gchar, _: *mut GArray, _: *const gchar)>, pub show_unmount_progress: Option<extern "C" fn(_: *mut GMountOperation, _: *const gchar, _: i64, _: i64)>, pub _g_reserved1: Option<extern "C" fn()>, pub _g_reserved2: Option<extern "C" fn()>, pub _g_reserved3: Option<extern "C" fn()>, pub _g_reserved4: Option<extern "C" fn()>, pub _g_reserved5: Option<extern "C" fn()>, pub _g_reserved6: Option<extern "C" fn()>, pub _g_reserved7: Option<extern "C" fn()>, pub _g_reserved8: Option<extern "C" fn()>, pub _g_reserved9: Option<extern "C" fn()>, }

Fields