Package ch.bailu.gtk.gst
Schnittstelle Pad.OnDestroyNotify
- Umschließende Klasse:
Pad
- 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
onDestroyNotify
(CallbackHandler __self, Pointer data) Specifies the type of function which is called when a data element
is destroyed.
-
Methodendetails
-
onDestroyNotify
Specifies the type of function which is called when a data element
is destroyed. It is passed the pointer to the data element and
should free any memory and resources allocated for it.- Parameter:
data
- the data element.
-