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.

@FunctionalInterface public static interface Glib.OnVoidFunc
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
    Declares a type of function which takes no arguments
    and has no return value.
  • Methodendetails

    • onVoidFunc

      void onVoidFunc(CallbackHandler __self)
      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().