diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-06-18 01:00:13 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-06-18 01:00:13 +0200 |
commit | 4ec9a8a48d61266638524a7cbc2c4763a9c92e2c (patch) | |
tree | 9636c3e76e327de58b864af3cc20725c0c64a8c6 /src/core/dbus-unit.h | |
parent | f2561e85982ed25b610cad6253599a051f9ec8e2 (diff) |
core: expose a "Slice" property on Unit objects on the bus
Diffstat (limited to 'src/core/dbus-unit.h')
-rw-r--r-- | src/core/dbus-unit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/dbus-unit.h b/src/core/dbus-unit.h index acd1ddbe78..83932c5a6c 100644 --- a/src/core/dbus-unit.h +++ b/src/core/dbus-unit.h @@ -64,6 +64,7 @@ " <property name=\"Id\" type=\"s\" access=\"read\"/>\n" \ " <property name=\"Names\" type=\"as\" access=\"read\"/>\n" \ " <property name=\"Following\" type=\"s\" access=\"read\"/>\n" \ + " <property name=\"Slice\" type=\"s\" access=\"read\"/>\n" \ " <property name=\"Requires\" type=\"as\" access=\"read\"/>\n" \ " <property name=\"RequiresOverridable\" type=\"as\" access=\"read\"/>\n" \ " <property name=\"Requisite\" type=\"as\" access=\"read\"/>\n" \ |