From fe1cb3a9a1fc6bcbfa1b3be74ac9d5867005210f Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 14 Apr 2003 23:52:40 +0000 Subject: 2003-04-14 Havoc Pennington * dbus/dbus-userdb.c: user database abstraction, mostly to get caching, but at some point we might want to be able to use a different database. * bus/dispatch.c (bus_dispatch_sha1_test): add a test that uses SHA1 conf file to test the sha1 auth mechanism, since the regular test always uses EXTERNAL when available. * configure.in, test/data/valid-config-files/debug-allow-all-sha1.conf.in: add conf file that requires use of sha1 auth --- doc/dbus-specification.sgml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/dbus-specification.sgml') diff --git a/doc/dbus-specification.sgml b/doc/dbus-specification.sgml index a464a0d6..c14e9cdf 100644 --- a/doc/dbus-specification.sgml +++ b/doc/dbus-specification.sgml @@ -1113,7 +1113,7 @@ messages are routed to the owner of the named service. Messages may also be broadcast by sending them to the special service - org.freedesktop.Broadcast. Broadcast messages are + org.freedesktop.DBus.Broadcast. Broadcast messages are sent to all applications with message matching rules that match the message. @@ -1415,7 +1415,7 @@ As a method: - UINT32 ServiceExists (in STRING service_name) + BOOLEAN ServiceExists (in STRING service_name) Message arguments: @@ -1449,8 +1449,8 @@ 0 - UINT32 - Return value, 1 if the service exists and 0 otherwise + BOOLEAN + Return value, true if the service exists -- cgit