GskMainLoopDevPoll — /dev/poll based event loop.
GskMainLoopDevPoll;
GObject +----GskMainLoop +----GskMainLoopPollBase +----GskMainLoopDevPoll
This is an event loop which is implemented in terms of the /dev/poll mechanism, which can be found on Solaris.
typedef struct _GskMainLoopDevPoll GskMainLoopDevPoll;
A /dev/poll-based main-loop.