Package ch.bailu.gtk.glib
Class PollFD
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.type.Record
ch.bailu.gtk.glib.PollFD
- All Implemented Interfaces:
PointerInterface
Represents a file descriptor, which events to poll for, and which events
occurred.
occurred.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
the file descriptor to poll (or a HANDLE on Win32) -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassHandler
int
the file descriptor to poll (or a HANDLE on Win32)static int
static long
static TypeSystem.TypeSize
static long
static TypeSystem.TypeSize
void
setFieldFd
(int fd) the file descriptor to poll (or a HANDLE on Win32)Methods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Field Details
-
FD
the file descriptor to poll (or a HANDLE on Win32)- See Also:
-
-
Constructor Details
-
PollFD
-
-
Method Details
-
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()
-