Package ch.bailu.gtk.glib
Klasse PollFD
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.glib.PollFD
- Alle implementierten Schnittstellen:
PointerInterface
Represents a file descriptor, which events to poll for, and which events
occurred.
occurred.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final Stringthe file descriptor to poll (or a HANDLE on Win32) -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic ClassHandlerintthe file descriptor to poll (or a HANDLE on Win32)static intstatic longstatic TypeSystem.TypeSizestatic longstatic TypeSystem.TypeSizevoidsetFieldFd(int fd) the file descriptor to poll (or a HANDLE on Win32)Von Klasse geerbte Methoden ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksVon Klasse geerbte Methoden ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullVon Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitVon Schnittstelle geerbte Methoden ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Felddetails
-
FD
the file descriptor to poll (or a HANDLE on Win32)- Siehe auch:
-
-
Konstruktordetails
-
PollFD
-
-
Methodendetails
-
getClassHandler
-
setFieldFd
public void setFieldFd(int fd) the file descriptor to poll (or a HANDLE on Win32) -
getFieldFd
public int getFieldFd()the file descriptor to poll (or a HANDLE on Win32) -
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-