summaryrefslogtreecommitdiff
path: root/dbus/dbus-protocol.h
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2017-06-22 22:18:34 +0100
committerSimon McVittie <smcv@collabora.com>2017-12-12 16:22:34 +0000
commit69d164cbd38043359b9ee91255434939792ee4f6 (patch)
treeeab8299cd291f1a19d8cbe7ca04cd2f00eee8df1 /dbus/dbus-protocol.h
parentd5ff91ff9a3d0615f69b8b7664804a8c89bb0515 (diff)
downloaddbus-69d164cbd38043359b9ee91255434939792ee4f6.tar.gz
bus/containers: Implement methods to stop containers explicitly
Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=101354
Diffstat (limited to 'dbus/dbus-protocol.h')
-rw-r--r--dbus/dbus-protocol.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/dbus/dbus-protocol.h b/dbus/dbus-protocol.h
index 933c3658..56be9832 100644
--- a/dbus/dbus-protocol.h
+++ b/dbus/dbus-protocol.h
@@ -455,6 +455,9 @@ extern "C" {
* but could have succeeded if an interactive authorization step was
* allowed. */
#define DBUS_ERROR_INTERACTIVE_AUTHORIZATION_REQUIRED "org.freedesktop.DBus.Error.InteractiveAuthorizationRequired"
+/** The connection is not from a container, or the specified container instance
+ * does not exist. */
+#define DBUS_ERROR_NOT_CONTAINER "org.freedesktop.DBus.Error.NotContainer"
/* XML introspection format */