GskMainLoopPoll — a poll(2)-based main-loop.
GskMainLoopPoll;
GObject +----GskMainLoop +----GskMainLoopPollBase +----GskMainLoopPoll
A main-loop which uses poll(2) as its underlying multiplexing method.
typedef struct _GskMainLoopPoll GskMainLoopPoll;
The poll(2)-based main-loop.