Type Alias GApplicationCommandLineClass
Source pub type GApplicationCommandLineClass = _GApplicationCommandLineClass;
#[repr(C)]
pub 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 done: Option<unsafe extern "C" fn(*mut _GApplicationCommandLine)>,
pub padding: [*mut c_void; 10],
}