added documentation for Connection and Dispatcher class

most documentation is copied from the dbus documentation and
modified to fit into dbus-c++
This commit is contained in:
Andreas Volz 2008-07-30 13:47:31 +02:00
parent f091b42263
commit 7826341ba3
4 changed files with 408 additions and 8 deletions

2
README
View file

@ -4,5 +4,5 @@ To compile debugging code configure the project with the --enable-debug option.
Hints
-----
Your applications based on dbus-c++ have to support PTHREAD and to export the variable HAVE_PTHREAD_H. This is a work in progress and my change.
Your applications based on dbus-c++ have to support PTHREAD and to export the variable HAVE_PTHREAD_H.