dbus/dbus dbus.h,1.19,1.20

Havoc Pennington hp@freedesktop.org
Thu Jan 20 21:06:12 PST 2005


Update of /cvs/dbus/dbus/dbus
In directory gabe:/tmp/cvs-serv4738/dbus

Modified Files:
	dbus.h 
Log Message:
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



Index: dbus.h
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus.h,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- dbus.h	10 Aug 2004 03:07:00 -0000	1.19
+++ dbus.h	21 Jan 2005 05:06:10 -0000	1.20
@@ -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.
+ * 
  * @{
  */
 



More information about the dbus-commit mailing list