summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-04-14 23:52:40 +0000
committerHavoc Pennington <hp@redhat.com>2003-04-14 23:52:40 +0000
commitfe1cb3a9a1fc6bcbfa1b3be74ac9d5867005210f (patch)
treeaed4dfc46cfa3791a06f6f2ac3b465f0d5a5dd2f /doc
parent7c434a849a161c4514f3759659ac7af9ecddc721 (diff)
2003-04-14 Havoc Pennington <hp@redhat.com>
* 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
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-specification.sgml8
1 files changed, 4 insertions, 4 deletions
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 <firstterm>broadcast</firstterm>
by sending them to the special service
- <literal>org.freedesktop.Broadcast</literal>. Broadcast messages are
+ <literal>org.freedesktop.DBus.Broadcast</literal>. Broadcast messages are
sent to all applications with <firstterm>message matching
rules</firstterm> that match the message.
</para>
@@ -1415,7 +1415,7 @@
<para>
As a method:
<programlisting>
- UINT32 ServiceExists (in STRING service_name)
+ BOOLEAN ServiceExists (in STRING service_name)
</programlisting>
Message arguments:
<informaltable>
@@ -1449,8 +1449,8 @@
<tbody>
<row>
<entry>0</entry>
- <entry>UINT32</entry>
- <entry>Return value, 1 if the service exists and 0 otherwise</entry>
+ <entry>BOOLEAN</entry>
+ <entry>Return value, true if the service exists</entry>
</row>
</tbody>
</tgroup>