Package ch.bailu.gtk.glib
Schnittstelle Glib.OnVoidFunc
- Umschließende Klasse:
Glib
- 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
onVoidFunc
(CallbackHandler __self) Declares a type of function which takes no arguments
and has no return value.
-
Methodendetails
-
onVoidFunc
Declares a type of function which takes no arguments
and has no return value. It is used to specify the type
function passed to g_atexit().
-