From 82ffbe35794af0339fba4a780668bcff712a3be3 Mon Sep 17 00:00:00 2001 From: Chengwei Yang Date: Fri, 6 Dec 2013 12:51:41 +0800 Subject: [PATCH 2/4] DBus Spec: fix double quotes Bug: https://bugs.freedesktop.org/show_bug.cgi?id=72301 --- doc/dbus-specification.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/dbus-specification.xml b/doc/dbus-specification.xml index 741a335..7d3fe76 100644 --- a/doc/dbus-specification.xml +++ b/doc/dbus-specification.xml @@ -4547,12 +4547,12 @@ '/aa/bb/', '/aa/bb/cc/' and '/aa/bb/cc'. It would not match messages with first arguments of '/aa/b', '/aa' or even '/aa/bb'. - This is intended for monitoring “directories” in file system-like + This is intended for monitoring "directories" in file system-like hierarchies, as used in the dconf configuration system. An application interested in all nodes in a particular hierarchy would monitor arg0path='/ca/example/foo/'. Then the service could emit a signal with zeroth argument "/ca/example/foo/bar" to - represent a modification to the “bar” property, or a signal with zeroth + represent a modification to the "bar" property, or a signal with zeroth argument "/ca/example/" to represent atomic modification of many properties within that directory, and the interested application would be notified in both cases. -- 1.7.9.5