GB_WATCH_CALLBACK

typedef void (*GB_WATCH_CALLBACK) ( int fd , int type , long param );

This is the the type definition of a callback used by the GB.Watch function.

The callback will receive the following parameters :

See also