* Updated TODO
* Fixed pkgconfig template (João Xavier) git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@9708 30a43799-04e7-0310-8b2b-ea0d24f86d0e
This commit is contained in:
parent
d0c224af9f
commit
771ca71556
2 changed files with 3 additions and 1 deletions
2
TODO
2
TODO
|
@ -1,3 +1,5 @@
|
||||||
|
* Implement asynchronous method calls (hint: start from DBus::PendingCall)
|
||||||
|
* ...and patch the codegen to generate stubs for them
|
||||||
* Implement continuations in a saner way
|
* Implement continuations in a saner way
|
||||||
* Find time for some hardcore valgrinding
|
* Find time for some hardcore valgrinding
|
||||||
* Make DBus::Server free an incoming connection when it's disconnected, not when freeing the server
|
* Make DBus::Server free an incoming connection when it's disconnected, not when freeing the server
|
||||||
|
|
|
@ -8,4 +8,4 @@ Description: Native C++ bindings for D-Bus.
|
||||||
Requires: dbus-1
|
Requires: dbus-1
|
||||||
Version: @VERSION@
|
Version: @VERSION@
|
||||||
Libs: -L${libdir} -ldbus-c++-1
|
Libs: -L${libdir} -ldbus-c++-1
|
||||||
Cflags: -I${includedir}/dbus-c++ -DDBUS_API_SUBJECT_TO_CHANGE
|
Cflags: -I${includedir}/dbus-c++-1 -DDBUS_API_SUBJECT_TO_CHANGE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue