Schnittstelle Glib.OnUnixFDSourceFunc

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.OnUnixFDSourceFunc
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    onUnixFDSourceFunc(CallbackHandler __self, int fd, int condition, Pointer user_data)
    The type of functions to be called when a UNIX fd watch source
    triggers.
  • Methodendetails

    • onUnixFDSourceFunc

      boolean onUnixFDSourceFunc(CallbackHandler __self, int fd, int condition, @Nullable Pointer user_data)
      The type of functions to be called when a UNIX fd watch source
      triggers.
      Parameter:
      fd - the fd that triggered the event
      condition - the IO conditions reported on @fd
      user_data - user data passed to g_unix_fd_add()
      Gibt zurück:
      %FALSE if the source should be removed