Class PollFD

All Implemented Interfaces:
PointerInterface

public class PollFD extends Record
Represents a file descriptor, which events to poll for, and which events
occurred.

https://docs.gtk.org/glib/struct.PollFD.html

  • Field Details

  • Constructor Details

  • Method Details

    • getClassHandler

      public static ClassHandler 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

      public static TypeSystem.TypeSize getTypeSize()
    • getParentTypeSize

      public static TypeSystem.TypeSize getParentTypeSize()
    • getInstanceSize

      public static int getInstanceSize()