Struct gio_sys::GApplicationCommandLineClass [] [src]

pub struct GApplicationCommandLineClass {
    pub parent_class: GObjectClass,
    pub print_literal: Option<unsafe extern "C" fn(_: *mut GApplicationCommandLine, _: *const c_char)>,
    pub printerr_literal: Option<unsafe extern "C" fn(_: *mut GApplicationCommandLine, _: *const c_char)>,
    pub get_stdin: Option<unsafe extern "C" fn(_: *mut GApplicationCommandLine) -> *mut GInputStream>,
    pub padding: [gpointer; 11],
}

Fields