Interface InterfaceInfo.OnInterfaceFinalizeFunc

Enclosing class:
InterfaceInfo
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 InterfaceInfo.OnInterfaceFinalizeFunc
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onInterfaceFinalizeFunc(CallbackHandler __self, Pointer g_iface, Pointer iface_data)
    A callback function used by the type system to finalize an interface.
  • Method Details

    • onInterfaceFinalizeFunc

      void onInterfaceFinalizeFunc(CallbackHandler __self, @Nonnull Pointer g_iface, @Nullable Pointer iface_data)
      A callback function used by the type system to finalize an interface.

      This function should destroy any internal data and release any resources
      allocated by the corresponding GInterfaceInitFunc() function.
      Parameters:
      g_iface - The interface structure to finalize
      iface_data - The @interface_data supplied via the #GInterfaceInfo structure