summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-02-07 04:47:52 +0000
committerHavoc Pennington <hp@redhat.com>2005-02-07 04:47:52 +0000
commitd76937e2e1bfc8e30377468db1e190f92d081ef9 (patch)
tree9df171cb0d213339f1214256c9fa860bcf4a6c69 /doc
parent7fd58272f9520aebf5b0b1133fb68347da51c511 (diff)
2005-02-06 Havoc Pennington <hp@redhat.com>
* s/expected/required/ in a couple places for clarity
Diffstat (limited to 'doc')
-rw-r--r--doc/dbus-specification.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index b8a83814..9fc7b0f9 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -7,8 +7,8 @@
<article id="index">
<articleinfo>
<title>D-BUS Specification</title>
- <releaseinfo>Version 0.10</releaseinfo>
- <date>28 January 2005</date>
+ <releaseinfo>Version 0.11</releaseinfo>
+ <date>6 February 2005</date>
<authorgroup>
<author>
<firstname>Havoc</firstname>
@@ -1031,7 +1031,7 @@
messages map naturally to methods on objects in a typical program.
</para>
<para>
- A method call message is expected to have a <literal>MEMBER</literal> header field
+ A method call message is required to have a <literal>MEMBER</literal> header field
indicating the name of the method. Optionally, the message has an
<literal>INTERFACE</literal> field giving the interface the method is a part of. In the
absence of an <literal>INTERFACE</literal> field, if two interfaces on the same object have
@@ -1048,7 +1048,7 @@
to receive the message.
</para>
<para>
- When an application handles a method call message, it is expected to
+ When an application handles a method call message, it is required to
return a reply. The reply is identified by a <literal>REPLY_SERIAL</literal> header field
indicating the serial number of the <literal>METHOD_CALL</literal> being replied to. The
reply can have one of two types; either <literal>METHOD_RETURN</literal> or <literal>ERROR</literal>.
@@ -1062,7 +1062,7 @@
</para>
<para>
Even if a method call has no return values, a <literal>METHOD_RETURN</literal>
- reply is expected, so the caller will know the method
+ reply is required, so the caller will know the method
was successfully processed.
</para>
<para>