diff options
Diffstat (limited to 'src/dbus-target.c')
-rw-r--r-- | src/dbus-target.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-target.c b/src/dbus-target.c index 69e8212076..1eb3c249f8 100644 --- a/src/dbus-target.c +++ b/src/dbus-target.c @@ -38,7 +38,7 @@ BUS_INTROSPECTABLE_INTERFACE \ "</node>\n" -const char bus_target_interface[] = BUS_TARGET_INTERFACE; +const char bus_target_interface[] _introspect_("Target") = BUS_TARGET_INTERFACE; DBusHandlerResult bus_target_message_handler(Unit *u, DBusConnection *c, DBusMessage *message) { const BusProperty properties[] = { |