#[repr(C)]
pub struct GtkActivatableIface {
    pub g_iface: GTypeInterface,
    pub update: Option<unsafe extern "C" fn(_: *mut GtkActivatable, _: *mut GtkAction, _: *const c_char)>,
    pub sync_action_properties: Option<unsafe extern "C" fn(_: *mut GtkActivatable, _: *mut GtkAction)>,
}
Fields
                           
                           g_iface: GTypeInterface
                           
                           
                           update: Option<unsafe extern "C" fn(_: *mut GtkActivatable, _: *mut GtkAction, _: *const c_char)>
                           
                           
                           sync_action_properties: Option<unsafe extern "C" fn(_: *mut GtkActivatable, _: *mut GtkAction)>