
The dbuskit framework offers tight integration of d-bus services into objective-c applications. it handles all low-level details of communication with d-bus daemons and the services connected to them and exposes an interface similar to distributed objects to make it easy for objective-c programmers to access d-bus services.
features:
* distributed objects-like api for exchanging messages with d-bus
services.
* a notification center class for watching signals emitted by d-bus
services.
* `dk_make_interface' tool to generate objective-c protocol
declarations from d-bus interface files.
this package contains the development files, api documentation, programming manual and the `dk_make_protocol' tool.