GskMainLoopDevPoll

Name

GskMainLoopDevPoll -- /dev/poll based event loop.

Synopsis



struct      GskMainLoopDevPoll;

Object Hierarchy


  GObject
   +----GskMainLoop
         +----GskMainLoopPollBase
               +----GskMainLoopDevPoll

Description

This is an event loop which is implemented in terms of the /dev/poll mechanism, which can be found on Solaris.

Details

struct GskMainLoopDevPoll

struct GskMainLoopDevPoll;

A /dev/poll-based main-loop.