Free memory with dbus_free instead of free. Account for NULL signatures.
[dbus-cxx-async.git] / TODO
blobf975a80a45241239e7a50bbb859bdc26de54d1c2
1 * Implement asynchronous method calls (hint: start from DBus::PendingCall)
2 * ...and patch the codegen to generate stubs for them
3 * Implement continuations in a saner way
4 * Find time for some hardcore valgrinding
5 * Make DBus::Server free an incoming connection when it's disconnected, not when freeing the server
6 * More examples
7 * Inline (Doxygen-style) documentation
8 * Native protocol implementation (as an alternative to libdbus)