From 05feefe0fb049bb0f7c59584058ee0350462920c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 9 Mar 2011 20:01:53 +0100 Subject: dbus: properly generate UnknownInterface, UnknownProperty and PropertyReadOnly errors --- src/dbus-unit.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/dbus-unit.h') diff --git a/src/dbus-unit.h b/src/dbus-unit.h index b51fe4eb67..4e46fc4825 100644 --- a/src/dbus-unit.h +++ b/src/dbus-unit.h @@ -104,6 +104,10 @@ " \n" \ " \n" +#define BUS_UNIT_INTERFACES_LIST \ + BUS_GENERIC_INTERFACES_LIST \ + "org.freedesktop.systemd1.Unit\0" + #define BUS_UNIT_PROPERTIES \ { "org.freedesktop.systemd1.Unit", "Id", bus_property_append_string, "s", u->meta.id }, \ { "org.freedesktop.systemd1.Unit", "Names", bus_unit_append_names, "as", u }, \ -- cgit v1.2.3-54-g00ecf