An object that waits for a specified ammount of time (a timeout)

Method __init__ An object that waits for a specified ammount of time.
Method arm See WaitCondition.arm
Method disarm See WaitCondition.disarm
Method restart Restart the timeout. Makes time counting start again from zero.
Method _timeout_cb Undocumented
def __init__(self, timeout, priority=gobject.PRIORITY_DEFAULT):

An object that waits for a specified ammount of time.

Parameterstimeoutammount of time to wait, in miliseconds
prioritymainloop priority for the timeout event
def arm(self, tasklet):
def restart(self):

Restart the timeout. Makes time counting start again from zero.

def _timeout_cb(self):
Undocumented
API Documentation for Kiwi, generated by pydoctor at 2016-01-26 21:09:06.