What is EasyDbus library?
It is a library that permits to communicate through DBus without use libdbus API that in some cases aren't so easy to use. It is a substitute of DBus-Glib/QDBus etc. Easydbus library abstract management of asynchronous messages so that a user doesn't to have to worry about check if a reply received is relative to a dedicated request because it maintains informations about pending requests and generate a dedicated callback where insert both request and reply. Still, it permits to modify DBus Object a runtime and manage Introspectable interface without create XML reply string. In this moment, library is based by libdbus but in the future maybe will been created two versions, one that will be use libdbus and one without libdbus.
About documentation
On modules tab you can found both internal that user API functions divided on sub-modules. If you don't understand something send me an email to mailing list so that i can correct documentation. Thanks.