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
FieldsModifier and TypeFieldDescriptionstatic final Stringthe file descriptor to poll (or a HANDLE on Win32) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)Methods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacksMethods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNullMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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()
-