Package ch.bailu.gtk.gobject
Schnittstelle CClosure.OnClosureNotify
- Umschließende Klasse:
CClosure
- 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
onClosureNotify
(CallbackHandler __self, Pointer data, Closure closure) The type used for the various notification callbacks which can be registered
on closures.
-
Methodendetails
-
onClosureNotify
The type used for the various notification callbacks which can be registered
on closures.- Parameter:
data
- data specified when registering the notification callbackclosure
- the #GClosure on which the notification is emitted
-