From 4b20075e2fbd99caee8b6a782050969a087a1a21 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 17 Jan 2013 02:24:49 +0100 Subject: [PATCH] dbus: add Unit's PartOf and ConsistsOf deps to introspection XML --- src/core/dbus-unit.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/core/dbus-unit.h b/src/core/dbus-unit.h index 7b8c5a944..c7d5863a9 100644 --- a/src/core/dbus-unit.h +++ b/src/core/dbus-unit.h @@ -69,11 +69,13 @@ " \n" \ " \n" \ " \n" \ - " \n" \ + " \n" \ + " \n" \ " \n" \ " \n" \ " \n" \ " \n" \ + " \n" \ " \n" \ " \n" \ " \n" \ -- 2.30.2