Class Actionable.ActionableInterface

All Implemented Interfaces:
Proxy
Enclosing interface:
Actionable

public static class Actionable.ActionableInterface extends TypeInterface
The interface vtable for GtkActionable.
  • Constructor Details

    • ActionableInterface

      public ActionableInterface(MemorySegment address)
      Create a ActionableInterface 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
    • overrideGetActionName

      public void overrideGetActionName(Arena arena, @Nullable Method method)
      Override virtual method get_action_name.
      Parameters:
      method - the method to invoke
    • overrideSetActionName

      public void overrideSetActionName(Arena arena, @Nullable Method method)
      Override virtual method set_action_name.
      Parameters:
      method - the method to invoke
    • overrideGetActionTargetValue

      public void overrideGetActionTargetValue(Arena arena, @Nullable Method method)
      Override virtual method get_action_target_value.
      Parameters:
      method - the method to invoke
    • overrideSetActionTargetValue

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