summaryrefslogtreecommitdiff
path: root/shared/nm-std-aux/nm-dbus-compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/nm-std-aux/nm-dbus-compat.h')
-rw-r--r--shared/nm-std-aux/nm-dbus-compat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/nm-std-aux/nm-dbus-compat.h b/shared/nm-std-aux/nm-dbus-compat.h
index 263584d27b..b04d145474 100644
--- a/shared/nm-std-aux/nm-dbus-compat.h
+++ b/shared/nm-std-aux/nm-dbus-compat.h
@@ -31,6 +31,8 @@
/** The interface supported by most dbus peers */
#define DBUS_INTERFACE_PEER "org.freedesktop.DBus.Peer"
+#define DBUS_INTERFACE_OBJECT_MANAGER "org.freedesktop.DBus.ObjectManager"
+
/** This is a special interface whose methods can only be invoked
* by the local implementation (messages from remote apps aren't
* allowed to specify this interface).