Data Fields | |
| int | refcount | 
| Reference count.  | |
| int | fd | 
| File descriptor.  | |
| unsigned int | flags | 
| Conditions to watch.  | |
| DBusWatchHandler | handler | 
| Watch handler.  | |
| void * | handler_data | 
| Watch handler data.  | |
| DBusFreeFunction | free_handler_data_function | 
| Free the watch handler data.  | |
| void * | data | 
| Application data.  | |
| DBusFreeFunction | free_data_function | 
| Free the application data.  | |
| unsigned int | enabled: 1 | 
| Whether it's enabled.  | |
Definition at line 39 of file dbus-watch.c.
 1.5.1