Interface ListModelInterface.OnGetNItems

Enclosing class:
ListModelInterface
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface ListModelInterface.OnGetNItems
  • Method Details

    • onGetNItems

      int onGetNItems(CallbackHandler __self, @Nonnull ListModel list)
      Parameters:
      list - a #GListModel
      Returns:
      the number of items in @list.