Interface Gobject.OnBoxedFreeFunc

Enclosing class:
Gobject
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 Gobject.OnBoxedFreeFunc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This function is provided by the user and should free the boxed
    structure passed.
  • Method Details

    • onBoxedFreeFunc

      void onBoxedFreeFunc(CallbackHandler __self, @Nonnull Pointer boxed)
      This function is provided by the user and should free the boxed
      structure passed.
      Parameters:
      boxed - The boxed structure to be freed.