summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-11-23 10:53:25 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2010-11-23 10:53:25 +0000
commit2f618faa2d1fa2f4235c381255fabb6b58557a10 (patch)
treec79191ba7a88b52b5fe0e7ce3850a54d978d44da
parentfe79973f0a39f68a675b7470932d10b1e1262331 (diff)
Explicitly specify which types argX and argXpath matchargXpath
-rw-r--r--doc/dbus-specification.xml9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml
index 89ccd9fa..dd4aa6a0 100644
--- a/doc/dbus-specification.xml
+++ b/doc/dbus-specification.xml
@@ -3596,8 +3596,8 @@
<entry><literal>arg[0, 1, 2, 3, ...]</literal></entry>
<entry>Any string</entry>
<entry>Arg matches are special and are used for further restricting the
- match based on the arguments in the body of a message. As of this time
- only string arguments can be matched. An example of an argument match
+ match based on the arguments in the body of a message. Only arguments of type
+ STRING can be matched in this way. An example of an argument match
would be arg3='Foo'. Only argument indexes from 0 to 63 should be
accepted.</entry>
</row>
@@ -3605,8 +3605,9 @@
<entry><literal>arg[0, 1, 2, 3, ...]path</literal></entry>
<entry>Any string</entry>
<entry>
- <para>Argument path matches provide a specialised form of wildcard
- matching for path-like namespaces. As with normal argument matches,
+ <para>Argument path matches provide a specialised form of wildcard matching for
+ path-like namespaces. They can match arguments whose type is either STRING or
+ OBJECT_PATH. As with normal argument matches,
if the argument is exactly equal to the string given in the match
rule then the rule is satisfied. Additionally, there is also a
match when either the string given in the match rule or the