Type Alias frida_sys::GApplicationCommandLineClass
source · pub type GApplicationCommandLineClass = _GApplicationCommandLineClass;Aliased Type§
struct GApplicationCommandLineClass {
pub parent_class: _GObjectClass,
pub print_literal: Option<unsafe extern "C" fn(_: *mut _GApplicationCommandLine, _: *const i8)>,
pub printerr_literal: Option<unsafe extern "C" fn(_: *mut _GApplicationCommandLine, _: *const i8)>,
pub get_stdin: Option<unsafe extern "C" fn(_: *mut _GApplicationCommandLine) -> *mut _GInputStream>,
pub padding: [*mut c_void; 11],
}Fields§
§parent_class: _GObjectClass§print_literal: Option<unsafe extern "C" fn(_: *mut _GApplicationCommandLine, _: *const i8)>§printerr_literal: Option<unsafe extern "C" fn(_: *mut _GApplicationCommandLine, _: *const i8)>§get_stdin: Option<unsafe extern "C" fn(_: *mut _GApplicationCommandLine) -> *mut _GInputStream>§padding: [*mut c_void; 11]