From 138e17cce0ab1051ff4f7b6d60521c70beb0269c Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 10 Aug 2004 02:18:37 +0000 Subject: add a couple of notes about libdbus vs. bindings --- doc/dbus-tutorial.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/dbus-tutorial.xml') diff --git a/doc/dbus-tutorial.xml b/doc/dbus-tutorial.xml index 6f25289e..2bb67a4e 100644 --- a/doc/dbus-tutorial.xml +++ b/doc/dbus-tutorial.xml @@ -50,7 +50,9 @@ application frameworks. For example, libdbus-glib and libdbus-qt. There are also bindings to languages such as Python. These wrapper libraries are the API most people should use, - as they simplify the details of D-BUS programming. + as they simplify the details of D-BUS programming. libdbus is + intended to be a low-level backend for the higher level bindings. + Much of the libdbus API is only useful for binding implementation. -- cgit