Blame TODO

Packit 4a0280
* Implement asynchronous method calls (hint: start from DBus::PendingCall)
Packit 4a0280
* ...and patch the codegen to generate stubs for them
Packit 4a0280
* Implement continuations in a saner way
Packit 4a0280
* Find time for some hardcore valgrinding
Packit 4a0280
* Make DBus::Server free an incoming connection when it's disconnected, not when freeing the server
Packit 4a0280
* More examples
Packit 4a0280
* Inline (Doxygen-style) documentation
Packit 4a0280
* Native protocol implementation (as an alternative to libdbus)