Struct gio_2_0_sys::GApplicationClass [] [src]

#[repr(C)]
pub struct GApplicationClass { pub startup: Option<extern "C" fn(_: *mut GApplication)>, pub activate: Option<extern "C" fn(_: *mut GApplication)>, pub open: Option<extern "C" fn(_: *mut GApplication, _: *mut *mut GFile, _: gint, _: *const gchar)>, pub command_line: Option<extern "C" fn(_: *mut GApplication, _: *mut GApplicationCommandLine) -> gint>, pub local_command_line: Option<extern "C" fn(_: *mut GApplication, _: *mut *mut *mut gchar, _: *mut gint) -> gboolean>, pub before_emit: Option<extern "C" fn(_: *mut GApplication, _: *mut GVariant)>, pub after_emit: Option<extern "C" fn(_: *mut GApplication, _: *mut GVariant)>, pub add_platform_data: Option<extern "C" fn(_: *mut GApplication, _: *mut GVariantBuilder)>, pub quit_mainloop: Option<extern "C" fn(_: *mut GApplication)>, pub run_mainloop: Option<extern "C" fn(_: *mut GApplication)>, pub shutdown: Option<extern "C" fn(_: *mut GApplication)>, pub dbus_register: Option<extern "C" fn(_: *mut GApplication, _: *mut GDBusConnection, _: *const gchar, _: *mut *mut GError) -> gboolean>, pub dbus_unregister: Option<extern "C" fn(_: *mut GApplication, _: *mut GDBusConnection, _: *const gchar)>, pub handle_local_options: Option<extern "C" fn(_: *mut GApplication, _: *mut GVariantDict) -> gint>, // some fields omitted }

Fields