diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/dbus-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c index d7604b1ab9..e1a169ca21 100644 --- a/src/core/dbus-manager.c +++ b/src/core/dbus-manager.c @@ -236,7 +236,7 @@ " <arg name=\"name\" type=\"s\" direction=\"out\"/>\n" \ " </method>\n" \ " <method name=\"SetUnitProperties\">\n" \ - " <arg name=\"name\" type=\"s\" direction=\"out\"/>\n" \ + " <arg name=\"name\" type=\"s\" direction=\"in\"/>\n" \ " <arg name=\"runtime\" type=\"b\" direction=\"in\"/>\n" \ " <arg name=\"properties\" type=\"a(sv)\" direction=\"in\"/>\n" \ " </method>\n" \ |