Package ch.bailu.gtk.gobject
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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onBaseFinalizeFunc
(CallbackHandler __self, 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.
-
Methodendetails
-
onBaseFinalizeFunc
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
-