Package org.gnome.gio
Class ActionGroup.ActionGroupInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.ActionGroup.ActionGroupInterface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
ActionGroup
The virtual function table for
Gio.ActionGroup
.-
Constructor Summary
ConstructorDescriptionAllocate a new ActionGroupInterface.ActionGroupInterface
(Arena arena) Allocate a new ActionGroupInterface.ActionGroupInterface
(MemorySegment address) Create a ActionGroupInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideActionAdded
(Arena arena, Method method) Override virtual methodaction_added
.void
overrideActionEnabledChanged
(Arena arena, Method method) Override virtual methodaction_enabled_changed
.void
overrideActionRemoved
(Arena arena, Method method) Override virtual methodaction_removed
.void
overrideActionStateChanged
(Arena arena, Method method) Override virtual methodaction_state_changed
.void
overrideActivateAction
(Arena arena, Method method) Override virtual methodactivate_action
.void
overrideChangeActionState
(Arena arena, Method method) Override virtual methodchange_action_state
.void
overrideGetActionEnabled
(Arena arena, Method method) Override virtual methodget_action_enabled
.void
overrideGetActionParameterType
(Arena arena, Method method) Override virtual methodget_action_parameter_type
.void
overrideGetActionState
(Arena arena, Method method) Override virtual methodget_action_state
.void
overrideGetActionStateHint
(Arena arena, Method method) Override virtual methodget_action_state_hint
.void
overrideGetActionStateType
(Arena arena, Method method) Override virtual methodget_action_state_type
.void
overrideHasAction
(Arena arena, Method method) Override virtual methodhas_action
.void
overrideListActions
(Arena arena, Method method) Override virtual methodlist_actions
.void
overrideQueryAction
(Arena arena, Method method) Override virtual methodquery_action
.Methods inherited from class org.gnome.gobject.TypeInterface
addPrerequisite, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGType
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
ActionGroupInterface
Create a ActionGroupInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
ActionGroupInterface
Allocate a new ActionGroupInterface.- Parameters:
arena
- to control the memory allocation scope
-
ActionGroupInterface
public ActionGroupInterface()Allocate a new ActionGroupInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideHasAction
-
overrideListActions
-
overrideGetActionEnabled
-
overrideGetActionParameterType
-
overrideGetActionStateType
-
overrideGetActionStateHint
-
overrideGetActionState
-
overrideChangeActionState
-
overrideActivateAction
-
overrideActionAdded
-
overrideActionRemoved
-
overrideActionEnabledChanged
-
overrideActionStateChanged
-
overrideQueryAction
-