frida_sys

Type Alias GActionEntry

source
pub type GActionEntry = _GActionEntry;

Aliased Type§

struct GActionEntry {
    pub name: *const i8,
    pub activate: Option<unsafe extern "C" fn(_: *mut _GSimpleAction, _: *mut _GVariant, _: *mut c_void)>,
    pub parameter_type: *const i8,
    pub state: *const i8,
    pub change_state: Option<unsafe extern "C" fn(_: *mut _GSimpleAction, _: *mut _GVariant, _: *mut c_void)>,
    pub padding: [u32; 3],
}

Fields§

§name: *const i8§activate: Option<unsafe extern "C" fn(_: *mut _GSimpleAction, _: *mut _GVariant, _: *mut c_void)>§parameter_type: *const i8§state: *const i8§change_state: Option<unsafe extern "C" fn(_: *mut _GSimpleAction, _: *mut _GVariant, _: *mut c_void)>§padding: [u32; 3]