[pygtk] g_source_add equivalent

James Henstridge james@daa.com.au
Tue, 21 Nov 2000 23:49:33 +0800 (WST)


On Tue, 21 Nov 2000, Alexandre Fayolle wrote:

> On Tue, 21 Nov 2000, James Henstridge wrote:
> 
> > Use the input_add function.  It should do what you want.
> 
> Yes, it looks great. Do you have any information about the arguments that
> are passed to the callback function?

It passes the file descriptor number as the first argument and the actual
flags that caused the callback to be fired

James.