GLib.PollFD¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| events | r/w | a bitwise combination from  | |
| fd | r/w | the file descriptor to poll (or a HANDLE on Win32) | |
| revents | r/w | a bitwise combination of flags from  | 
Methods¶
None
Details¶
- class GLib.PollFD(fd, events)¶
- Represents a file descriptor, which events to poll for, and which events occurred.