summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpdurante <pdurante@30a43799-04e7-0310-8b2b-ea0d24f86d0e>2007-02-09 00:18:34 +0000
committerpdurante <pdurante@30a43799-04e7-0310-8b2b-ea0d24f86d0e>2007-02-09 00:18:34 +0000
commit771ca71556811bf86e2e904f24a4cbd46b8fd2c2 (patch)
treeba9a032128243bff93035c1b71b938094b52059a
parentd0c224af9fe1f641cfe54c238e786bedead42008 (diff)
downloaddbus-c++-771ca71556811bf86e2e904f24a4cbd46b8fd2c2.tar.gz
* 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
-rw-r--r--TODO2
-rw-r--r--dbus-c++-1.pc.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 988d58b..f975a80 100644
--- a/TODO
+++ b/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
* Find time for some hardcore valgrinding
* Make DBus::Server free an incoming connection when it's disconnected, not when freeing the server
diff --git a/dbus-c++-1.pc.in b/dbus-c++-1.pc.in
index bdd3171..bc5860a 100644
--- a/dbus-c++-1.pc.in
+++ b/dbus-c++-1.pc.in
@@ -8,4 +8,4 @@ Description: Native C++ bindings for D-Bus.
Requires: dbus-1
Version: @VERSION@
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