summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2004-08-10 02:18:37 +0000
committerHavoc Pennington <hp@redhat.com>2004-08-10 02:18:37 +0000
commit138e17cce0ab1051ff4f7b6d60521c70beb0269c (patch)
tree38fb14d27ec51957af487c02c37107e7844b0037 /README
parent7cb72cf53d8185b6df2b34701b44f4a2fb40224b (diff)
add a couple of notes about libdbus vs. bindings
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README
index 4e39c264..a26dbb29 100644
--- a/README
+++ b/README
@@ -5,6 +5,14 @@ See also the file HACKING for notes of interest to developers working on D-BUS.
See http://www.freedesktop.org/software/dbus/ for lots of documentation,
mailing lists, etc.
+Note
+===
+
+A core concept of the D-BUS implementation is that "libdbus" is
+intended to be a low-level API, similar to Xlib. Most programmers are
+intended to use the bindings to GLib, Qt, Python, Mono, Java, or
+whatever. These bindings have varying levels of completeness.
+
Configuration flags
===