D-Bus
1.13.16
|
Internals of DBusTimeout. More...
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. | |
unsigned int | needs_restart: 1 |
Flag that timeout should be restarted after re-enabling. | |
Internals of DBusTimeout.
Definition at line 40 of file dbus-timeout.c.