summaryrefslogtreecommitdiffstats
path: root/glib
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-01-21 05:06:10 +0000
committerHavoc Pennington <hp@redhat.com>2005-01-21 05:06:10 +0000
commitcda2389089ef180ac2f3c880cb03427e9baf884b (patch)
treea53e7fb103fbb6ab792c29a2e24e29da2022b2ff /glib
parenta26b75f29e344791be43c1a3451b79d8c0f96808 (diff)
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 'glib')
-rw-r--r--glib/dbus-gmain.c12
1 files changed, 7 insertions, 5 deletions
diff --git a/glib/dbus-gmain.c b/glib/dbus-gmain.c
index a6c7d25c..d6a925ef 100644
--- a/glib/dbus-gmain.c
+++ b/glib/dbus-gmain.c
@@ -33,13 +33,15 @@
/**
* @defgroup DBusGLib GLib bindings
- * @ingroup DBus
* @brief API for using D-BUS with GLib
*
- * Convenience functions are provided for using D-BUS
- * with the GLib library (see http://www.gtk.org for GLib
- * information).
- *
+ * libdbus proper is a low-level API, these GLib bindings wrap libdbus
+ * with a much higher-level approach. The higher level approach is
+ * possible because GLib defines a main loop, an object/type system,
+ * and an out-of-memory handling policy (it exits the program).
+ * See http://www.gtk.org for GLib information.
+ *
+ * To manipulate remote objects, use #DBusGProxy.
*/
/**