The doc is fantastic, I love having both html and man format!

Anyhoo,

It appears on my linux box, I have to manually 
#include <ggi/gii-unix.h> 
in order to get the proto for giiEventSelect.  The doc should mention
that.

   SYNOPSIS
       #include <ggi/gii.h>

       gii_event_mask        giiEventPoll(gii_input_t        inp,
       gii_event_mask mask, struct timeval *t);

       int  giiEventSelect(gii_input_tinp,  gii_event_mask *mask,

(Also, you need a space here --------^)

       int  n,  fd_set   *readfds,   fd_set   *writefds,   fd_set
       *exceptfds, struct timeval *timeout);

       int giiEventsQueued(gii_input_t inp, gii_event_mask mask);

       int   giiEventRead(gii_input_t   inp,    gii_event    *ev,
       gii_event_mask mask);

Regards, 
Dave

Reply via email to