Interface SList.OnFunc

Enclosing class:
SList
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 SList.OnFunc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onFunc(CallbackHandler __self, Pointer data, Pointer user_data)
    Specifies the type of functions passed to g_list_foreach() and
    g_slist_foreach().
  • Method Details

    • onFunc

      void onFunc(CallbackHandler __self, @Nullable Pointer data, @Nullable Pointer user_data)
      Specifies the type of functions passed to g_list_foreach() and
      g_slist_foreach().
      Parameters:
      data - the element's data
      user_data - user data passed to g_list_foreach() or g_slist_foreach()