#[repr(C)]
pub struct GApplicationCommandLineClass {
pub print_literal: Option<unsafe extern fn(_: *mut GApplicationCommandLine, _: *const c_char)>,
pub printerr_literal: Option<unsafe extern fn(_: *mut GApplicationCommandLine, _: *const c_char)>,
pub get_stdin: Option<unsafe extern fn(_: *mut GApplicationCommandLine) -> *mut GInputStream>,
// some fields omitted
}
Fields
print_literal: Option<unsafe extern fn(_: *mut GApplicationCommandLine, _: *const c_char)>
printerr_literal: Option<unsafe extern fn(_: *mut GApplicationCommandLine, _: *const c_char)>
get_stdin: Option<unsafe extern fn(_: *mut GApplicationCommandLine) -> *mut GInputStream>