Struct gio_2_0_sys::GActionEntry [] [src]

#[repr(C)]
pub struct GActionEntry { pub name: *const gchar, pub activate: Option<extern "C" fn(_: *mut GSimpleAction, _: *mut GVariant, _: gpointer)>, pub parameter_type: *const gchar, pub state: *const gchar, pub change_state: Option<extern "C" fn(_: *mut GSimpleAction, _: *mut GVariant, _: gpointer)>, // some fields omitted }

Fields