D-Bus
1.4.10
|
Internals of DBusCounter. More...
Data Fields | |
int | refcount |
reference count | |
long | size_value |
current size counter value | |
long | unix_fd_value |
current unix fd counter value | |
long | notify_size_guard_value |
call notify function when crossing this size value | |
long | notify_unix_fd_guard_value |
call notify function when crossing this unix fd value | |
DBusCounterNotifyFunction | notify_function |
notify function | |
void * | notify_data |
data for notify function |
Internals of DBusCounter.
DBusCounter internals. DBusCounter is an opaque object, it must be used via accessor functions.