dbus/dbus dbus-bus.c,1.43,1.44

Waldo Bastian bastian at freedesktop.org
Tue Aug 2 21:27:01 EST 2005


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

Modified Files:
	dbus-bus.c 
Log Message:
Small docu update


Index: dbus-bus.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-bus.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- dbus-bus.c	1 Aug 2005 18:59:02 -0000	1.43
+++ dbus-bus.c	2 Aug 2005 11:26:59 -0000	1.44
@@ -526,8 +526,11 @@
  * Gets the unique name of the connection.  Only possible after the
  * connection has been registered with the message bus.
  *
+ * The name remains valid for the duration of the connection and
+ * should not be freed by the caller.
+ * 
  * @param connection the connection
- * @returns the unique name
+ * @returns the unique name or NULL on error
  */
 const char*
 dbus_bus_get_unique_name (DBusConnection *connection)



More information about the dbus-commit mailing list