Schnittstelle TypeInfo.OnBaseFinalizeFunc

Umschließende Klasse:
TypeInfo
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface TypeInfo.OnBaseFinalizeFunc
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    A callback function used by the type system to finalize those portions
    of a derived types class structure that were setup from the corresponding
    GBaseInitFunc() function.
  • Methodendetails

    • onBaseFinalizeFunc

      void onBaseFinalizeFunc(CallbackHandler __self, @Nonnull Pointer g_class)
      A callback function used by the type system to finalize those portions
      of a derived types class structure that were setup from the corresponding
      GBaseInitFunc() function.

      Class finalization basically works the inverse way in which class
      initialization is performed.

      See GClassInitFunc() for a discussion of the class initialization process.
      Parameter:
      g_class - The #GTypeClass structure to finalize