|
D-Bus 1.4.12
|
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.
Definition at line 54 of file dbus-resources.c.
1.7.4