Interface Glib.OnTestDataFunc

Enclosing class:
Glib
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 Glib.OnTestDataFunc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The type used for test case functions that take an extra pointer
    argument.
  • Method Details

    • onTestDataFunc

      void onTestDataFunc(CallbackHandler __self, @Nullable Pointer user_data)
      The type used for test case functions that take an extra pointer
      argument.
      Parameters:
      user_data - the data provided when registering the test