dbus/dbus dbus-bus.c,1.47,1.48
John Palmieri
johnp at freedesktop.org
Mon Dec 19 07:11:53 PST 2005
Update of /cvs/dbus/dbus/dbus
In directory gabe:/tmp/cvs-serv28475/dbus
Modified Files:
dbus-bus.c
Log Message:
* dbus/bus.c (dbus_bus_release_name): Add documentation
Index: dbus-bus.c
===================================================================
RCS file: /cvs/dbus/dbus/dbus/dbus-bus.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- dbus-bus.c 22 Nov 2005 20:37:00 -0000 1.47
+++ dbus-bus.c 19 Dec 2005 15:11:51 -0000 1.48
@@ -778,6 +778,17 @@
return result;
}
+
+/**
+ * Asks the bus to unassign the given name to this connection by invoking
+ * the ReleaseName method on the bus. This method is fully documented
+ * in the D-BUS specification.
+ *
+ * @param connection the connection
+ * @param name the name to remove
+ * @param error location to store the error
+ * @returns a result code, -1 if error is set
+ */
int
dbus_bus_release_name (DBusConnection *connection,
const char *name,
More information about the dbus-commit
mailing list