Class ListModel.ListModelInterface

All Implemented Interfaces:
Proxy
Enclosing interface:
ListModel<T extends GObject>

public static class ListModel.ListModelInterface extends TypeInterface
The virtual function table for GListModel.
Since:
2.44
  • Constructor Details

    • ListModelInterface

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

      public void overrideGetItemType(Arena arena, @Nullable Method method)
      Override virtual method get_item_type.
      Parameters:
      method - the method to invoke
    • overrideGetNItems

      public void overrideGetNItems(Arena arena, @Nullable Method method)
      Override virtual method get_n_items.
      Parameters:
      method - the method to invoke
    • overrideGetItem

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