frida_sysType Alias GMountOperationClass
source pub type GMountOperationClass = _GMountOperationClass;
struct GMountOperationClass {Show 16 fields
pub parent_class: _GObjectClass,
pub ask_password: Option<unsafe extern "C" fn(_: *mut _GMountOperation, _: *const i8, _: *const i8, _: *const i8, _: u32)>,
pub ask_question: Option<unsafe extern "C" fn(_: *mut _GMountOperation, _: *const i8, _: *mut *const i8)>,
pub reply: Option<unsafe extern "C" fn(_: *mut _GMountOperation, _: u32)>,
pub aborted: Option<unsafe extern "C" fn(_: *mut _GMountOperation)>,
pub show_processes: Option<unsafe extern "C" fn(_: *mut _GMountOperation, _: *const i8, _: *mut _GArray, _: *mut *const i8)>,
pub show_unmount_progress: Option<unsafe extern "C" fn(_: *mut _GMountOperation, _: *const i8, _: i32, _: i32)>,
pub _g_reserved1: Option<unsafe extern "C" fn()>,
pub _g_reserved2: Option<unsafe extern "C" fn()>,
pub _g_reserved3: Option<unsafe extern "C" fn()>,
pub _g_reserved4: Option<unsafe extern "C" fn()>,
pub _g_reserved5: Option<unsafe extern "C" fn()>,
pub _g_reserved6: Option<unsafe extern "C" fn()>,
pub _g_reserved7: Option<unsafe extern "C" fn()>,
pub _g_reserved8: Option<unsafe extern "C" fn()>,
pub _g_reserved9: Option<unsafe extern "C" fn()>,
}