Package ch.bailu.gtk.glib
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.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
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 eventcondition
- the IO conditions reported on @fduser_data
- user data passed to g_unix_fd_add()- Gibt zurück:
- %FALSE if the source should be removed
-