diff options
author | Eric Caruso <ejcaruso@chromium.org> | 2020-05-01 14:12:43 -0700 |
---|---|---|
committer | Eric Caruso <ejcaruso@chromium.org> | 2020-05-01 14:12:43 -0700 |
commit | dfc2c51b9cc7d9c780763d42c91bf696c2b8880a (patch) | |
tree | 7abe1ac096102043ddbec8897253bce400d8b692 /introspection | |
parent | 479d8e723c9965ee064a7a57d39d29f6c098da0f (diff) |
introspection: use correct node name for ModemManager1 object
In the D-Bus specification it is stated that the root node of
an introspection file should have an absolute path[1]. This path
should not be the root path in D-Bus as putting objects there is
considered incorrect, and also because the MM1 object does not
actually sit at the root path (instead, it uses MM_DBUS_PATH, which
is /org/freedesktop/ModemManager1). Fix this in the introspection
file.
[1] https://dbus.freedesktop.org/doc/dbus-specification.html#introspection-format
Diffstat (limited to 'introspection')
-rw-r--r-- | introspection/org.freedesktop.ModemManager1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/introspection/org.freedesktop.ModemManager1.xml b/introspection/org.freedesktop.ModemManager1.xml index 85b62134..e9ec032d 100644 --- a/introspection/org.freedesktop.ModemManager1.xml +++ b/introspection/org.freedesktop.ModemManager1.xml @@ -9,7 +9,7 @@ Copyright (C) 2011-2013 Lanedo GmbH --> -<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd"> +<node name="/org/freedesktop/ModemManager1" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd"> <!-- org.freedesktop.ModemManager1: |