| this | |
| interval_msec |
The idletime interval, in milliseconds. It must be a strictly positive value (> 0). |
| callback |
The callback to call when the user has accumulated |
| notify | |
| user_data |
The user data to pass to the callback |
|
a watch id Adds a watch for a specific idle time. The callback will be called when the user has accumulated Also note that this function will only care about positive transitions (user's idle time exceeding a certain time). If you want to know about when the user has become active, use add_user_active_watch. |