Struct
GLibPollFD
Description
struct GPollFD {
gint fd;
gushort events;
gushort revents;
}
Represents a file descriptor, which events to poll for, and which events occurred.
Structure members
fd |
The file descriptor to poll (or a HANDLE on Win32) |
events |
A bitwise combination from |
revents |
A bitwise combination of flags from |