diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-20 16:12:10 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-07-20 16:12:20 -0400 |
commit | 459da00fe6496a77dcc31df964b59a17e9746c94 (patch) | |
tree | 145f5a1617b9a00bd64785ca12897faac836ef19 | |
parent | bf7f800f2b3e93ccd1229d4717166f3a4d3af72f (diff) |
core: correct dbus parameter direction
-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" \ |