Type Alias GActionInterface
Source pub type GActionInterface = _GActionInterface;
struct GActionInterface {
pub g_iface: _GTypeInterface,
pub get_name: Option<unsafe extern "C" fn(*mut _GAction) -> *const i8>,
pub get_parameter_type: Option<unsafe extern "C" fn(*mut _GAction) -> *const _GVariantType>,
pub get_state_type: Option<unsafe extern "C" fn(*mut _GAction) -> *const _GVariantType>,
pub get_state_hint: Option<unsafe extern "C" fn(*mut _GAction) -> *mut _GVariant>,
pub get_enabled: Option<unsafe extern "C" fn(*mut _GAction) -> i32>,
pub get_state: Option<unsafe extern "C" fn(*mut _GAction) -> *mut _GVariant>,
pub change_state: Option<unsafe extern "C" fn(*mut _GAction, *mut _GVariant)>,
pub activate: Option<unsafe extern "C" fn(*mut _GAction, *mut _GVariant)>,
}