Data Fields | |
| int | refcount | 
| Reference count.  | |
| int | interval | 
| Timeout interval in milliseconds.  | |
| DBusTimeoutHandler | handler | 
| Timeout handler.  | |
| void * | handler_data | 
| Timeout handler data.  | |
| DBusFreeFunction | free_handler_data_function | 
| Free the timeout handler data.  | |
| void * | data | 
| Application data.  | |
| DBusFreeFunction | free_data_function | 
| Free the application data.  | |
| unsigned int | enabled: 1 | 
| True if timeout is active.  | |
Definition at line 39 of file dbus-timeout.c.
 1.5.1