Part of kiwi.tasklet View In Hierarchy
Method | __init__ | Create a new WaitForIO object. |
Method | arm | Overrides WaitCondition.arm |
Method | disarm | Overrides WaitCondition.disarm |
Method | _io_cb | Undocumented |
Parameters | filedes | object to monitor for IO
(type: int file descriptor, or a gobject.IOChannel, or an object with a
fileno() method, such as socket or unix file.
) |
condition | IO event mask
(type: a set of gobject.IO_* flags ORed together
) | |
priority | mainloop source priority |