Struct gio_sys::GActionGroupInterface[][src]

#[repr(C)]
pub struct GActionGroupInterface {
Show fields pub g_iface: GTypeInterface, pub has_action: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char) -> gboolean>, pub list_actions: Option<unsafe extern "C" fn(_: *mut GActionGroup) -> *mut *mut c_char>, pub get_action_enabled: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char) -> gboolean>, pub get_action_parameter_type: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char) -> *const GVariantType>, pub get_action_state_type: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char) -> *const GVariantType>, pub get_action_state_hint: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char) -> *mut GVariant>, pub get_action_state: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char) -> *mut GVariant>, pub change_action_state: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char, _: *mut GVariant)>, pub activate_action: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char, _: *mut GVariant)>, pub action_added: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char)>, pub action_removed: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char)>, pub action_enabled_changed: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char, _: gboolean)>, pub action_state_changed: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char, _: *mut GVariant)>, pub query_action: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char, _: *mut gboolean, _: *mut *const GVariantType, _: *mut *const GVariantType, _: *mut *mut GVariant, _: *mut *mut GVariant) -> gboolean>,
}

Fields

g_iface: GTypeInterfacehas_action: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char) -> gboolean>list_actions: Option<unsafe extern "C" fn(_: *mut GActionGroup) -> *mut *mut c_char>get_action_enabled: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char) -> gboolean>get_action_parameter_type: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char) -> *const GVariantType>get_action_state_type: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char) -> *const GVariantType>get_action_state_hint: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char) -> *mut GVariant>get_action_state: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char) -> *mut GVariant>change_action_state: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char, _: *mut GVariant)>activate_action: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char, _: *mut GVariant)>action_added: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char)>action_removed: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char)>action_enabled_changed: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char, _: gboolean)>action_state_changed: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char, _: *mut GVariant)>query_action: Option<unsafe extern "C" fn(_: *mut GActionGroup, _: *const c_char, _: *mut gboolean, _: *mut *const GVariantType, _: *mut *const GVariantType, _: *mut *mut GVariant, _: *mut *mut GVariant) -> gboolean>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.