From: Gustavo Padovan <gustavo.padovan@xxxxxxxxxxxxxxx> --- network/connection.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/network/connection.c b/network/connection.c index 544ec3a..59423a9 100644 --- a/network/connection.c +++ b/network/connection.c @@ -554,7 +554,9 @@ static void path_unregister(void *data) static const GDBusMethodTable connection_methods[] = { { GDBUS_ASYNC_METHOD("Connect", - NULL, NULL, connection_connect) }, + GDBUS_ARGS({"uuid", "s"}), + GDBUS_ARGS({"interface", "s"}), + connection_connect) }, { GDBUS_METHOD("Disconnect", NULL, NULL, connection_disconnect) }, { GDBUS_METHOD("GetProperties", -- 1.7.10.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html