diff options
author | Havoc Pennington <hp@redhat.com> | 2005-01-21 05:06:10 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2005-01-21 05:06:10 +0000 |
commit | cda2389089ef180ac2f3c880cb03427e9baf884b (patch) | |
tree | a53e7fb103fbb6ab792c29a2e24e29da2022b2ff /dbus | |
parent | a26b75f29e344791be43c1a3451b79d8c0f96808 (diff) | |
download | dbus-cda2389089ef180ac2f3c880cb03427e9baf884b.tar.gz |
2005-01-21 Havoc Pennington <hp@redhat.com>
* glib/dbus-gmain.c: don't put the GLib bindings in the same
toplevel doxygen group as the low-level API stuff
* dbus/dbus.h: note that libdbus is the low-level API
Diffstat (limited to 'dbus')
-rw-r--r-- | dbus/dbus.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/dbus/dbus.h b/dbus/dbus.h index 3c6efd39..e61d61d8 100644 --- a/dbus/dbus.h +++ b/dbus/dbus.h @@ -47,9 +47,15 @@ #undef DBUS_INSIDE_DBUS_H /** - * @defgroup DBus D-BUS message system public API - * @brief The exported public API of the D-BUS library. + * @defgroup DBus D-BUS low-level public API + * @brief The low-level public API of the D-BUS library * + * libdbus provides a low-level API intended primarily for use by + * bindings to specific object systems and languages. D-BUS is most + * convenient when used with the GLib bindings, Python bindings, Qt + * bindings, Mono bindings, and so forth. This low-level API has a + * lot of complexity useful only for bindings. + * * @{ */ |