summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-07-20 16:12:10 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2013-07-20 16:12:20 -0400
commit459da00fe6496a77dcc31df964b59a17e9746c94 (patch)
tree145f5a1617b9a00bd64785ca12897faac836ef19 /src/core
parentbf7f800f2b3e93ccd1229d4717166f3a4d3af72f (diff)
core: correct dbus parameter direction
Diffstat (limited to 'src/core')
-rw-r--r--src/core/dbus-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c
index d7604b1ab..e1a169ca2 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" \