dbus/glib dbus-gmain.c,1.32,1.33
Havoc Pennington
hp@freedesktop.org
Thu Jan 20 21:06:12 PST 2005
- Previous message: dbus/dbus dbus.h,1.19,1.20
- Next message: dbus/dbus dbus-bus.c, 1.37, 1.38 dbus-marshal-header.c, 1.5,
1.6 dbus-marshal-header.h, 1.2, 1.3 dbus-marshal-validate.h,
1.4, 1.5 dbus-message.c, 1.152, 1.153
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus/glib
In directory gabe:/tmp/cvs-serv4738/glib
Modified Files:
dbus-gmain.c
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-gmain.c
===================================================================
RCS file: /cvs/dbus/dbus/glib/dbus-gmain.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- dbus-gmain.c 13 Nov 2004 07:07:47 -0000 1.32
+++ dbus-gmain.c 21 Jan 2005 05:06:10 -0000 1.33
@@ -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.
*/
/**
- Previous message: dbus/dbus dbus.h,1.19,1.20
- Next message: dbus/dbus dbus-bus.c, 1.37, 1.38 dbus-marshal-header.c, 1.5,
1.6 dbus-marshal-header.h, 1.2, 1.3 dbus-marshal-validate.h,
1.4, 1.5 dbus-message.c, 1.152, 1.153
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list