core: correct dbus parameter direction

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2013-07-20 16:12:10 -04:00
parent bf7f800f2b
commit 459da00fe6

View file

@ -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" \