Package org.gnome.gio
Class Action.ActionInterface
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gio.Action.ActionInterface
-
Constructor Summary
ConstructorsConstructorDescriptionActionInterface(MemorySegment address) Create a ActionInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayoutThe memory layout of the native struct.voidoverrideActivate(Arena arena, @Nullable Method method) Override virtual methodactivate.voidoverrideChangeState(Arena arena, @Nullable Method method) Override virtual methodchange_state.voidoverrideGetEnabled(Arena arena, @Nullable Method method) Override virtual methodget_enabled.voidoverrideGetName(Arena arena, @Nullable Method method) Override virtual methodget_name.voidoverrideGetParameterType(Arena arena, @Nullable Method method) Override virtual methodget_parameter_type.voidoverrideGetState(Arena arena, @Nullable Method method) Override virtual methodget_state.voidoverrideGetStateHint(Arena arena, @Nullable Method method) Override virtual methodget_state_hint.voidoverrideGetStateType(Arena arena, @Nullable Method method) Override virtual methodget_state_type.Methods inherited from class org.gnome.gobject.TypeInterface
addPrerequisite, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGTypeMethods inherited from class org.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
ActionInterface
Create a ActionInterface proxy instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetName
-
overrideGetParameterType
-
overrideGetStateType
-
overrideGetStateHint
-
overrideGetEnabled
-
overrideGetState
-
overrideChangeState
-
overrideActivate
-