Struct gio_2_0_sys::GAppLaunchContextClass [] [src]

#[repr(C)]
pub struct GAppLaunchContextClass { pub parent_class: GObjectClass, pub get_display: Option<extern "C" fn(_: *mut GAppLaunchContext, _: *mut GAppInfo, _: *mut GList) -> *mut gchar>, pub get_startup_notify_id: Option<extern "C" fn(_: *mut GAppLaunchContext, _: *mut GAppInfo, _: *mut GList) -> *mut gchar>, pub launch_failed: Option<extern "C" fn(_: *mut GAppLaunchContext, _: *const gchar)>, pub launched: Option<extern "C" fn(_: *mut GAppLaunchContext, _: *mut GAppInfo, _: *mut GVariant)>, pub _g_reserved1: Option<extern "C" fn()>, pub _g_reserved2: Option<extern "C" fn()>, pub _g_reserved3: Option<extern "C" fn()>, pub _g_reserved4: Option<extern "C" fn()>, }

Fields