From 771ca71556811bf86e2e904f24a4cbd46b8fd2c2 Mon Sep 17 00:00:00 2001 From: pdurante Date: Fri, 9 Feb 2007 00:18:34 +0000 Subject: [PATCH] =?UTF-8?q?*=20Updated=20TODO=20*=20Fixed=20pkgconfig=20te?= =?UTF-8?q?mplate=20(Jo=C3=A3o=20Xavier)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://dev.openwengo.org/svn/openwengo/wengophone-ng/branches/wengophone-dbus-api/libs/dbus@9708 30a43799-04e7-0310-8b2b-ea0d24f86d0e --- TODO | 2 ++ dbus-c++-1.pc.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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