From e84e9bbbd76a4a6558eb7425b181f91712c4bd0d Mon Sep 17 00:00:00 2001 From: "Markus Kitsinger (SwooshyCueb)" Date: Thu, 28 Jul 2016 11:32:50 -0500 Subject: [PATCH] Fix GetAllPorts D-Bus method declaration --- daemon/graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/graph.c b/daemon/graph.c index 61f6aaf9..7c9cbc56 100644 --- a/daemon/graph.c +++ b/daemon/graph.c @@ -3043,7 +3043,7 @@ bool ladish_graph_copy(ladish_graph_handle src, ladish_graph_handle dest) } CDBUS_METHOD_ARGS_BEGIN(GetAllPorts, "Get all ports") - CDBUS_METHOD_ARG_DESCRIBE_IN("ports_list", "as", "List of all ports") + CDBUS_METHOD_ARG_DESCRIBE_OUT("ports_list", "as", "List of all ports") CDBUS_METHOD_ARGS_END CDBUS_METHOD_ARGS_BEGIN(GetGraph, "Get whole graph")