Class Action.ActionInterface

All Implemented Interfaces:
Proxy
Enclosing interface:
Action

public static class Action.ActionInterface extends TypeInterface
The virtual function table for Gio.Action.
Since:
2.28
  • Constructor Details

    • ActionInterface

      public ActionInterface(MemorySegment address)
      Create a ActionInterface proxy instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
  • Method Details

    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • overrideGetName

      public void overrideGetName(Arena arena, @Nullable Method method)
      Override virtual method get_name.
      Parameters:
      method - the method to invoke
    • overrideGetParameterType

      public void overrideGetParameterType(Arena arena, @Nullable Method method)
      Override virtual method get_parameter_type.
      Parameters:
      method - the method to invoke
    • overrideGetStateType

      public void overrideGetStateType(Arena arena, @Nullable Method method)
      Override virtual method get_state_type.
      Parameters:
      method - the method to invoke
    • overrideGetStateHint

      public void overrideGetStateHint(Arena arena, @Nullable Method method)
      Override virtual method get_state_hint.
      Parameters:
      method - the method to invoke
    • overrideGetEnabled

      public void overrideGetEnabled(Arena arena, @Nullable Method method)
      Override virtual method get_enabled.
      Parameters:
      method - the method to invoke
    • overrideGetState

      public void overrideGetState(Arena arena, @Nullable Method method)
      Override virtual method get_state.
      Parameters:
      method - the method to invoke
    • overrideChangeState

      public void overrideChangeState(Arena arena, @Nullable Method method)
      Override virtual method change_state.
      Parameters:
      method - the method to invoke
    • overrideActivate

      public void overrideActivate(Arena arena, @Nullable Method method)
      Override virtual method activate.
      Parameters:
      method - the method to invoke