From 0acb3455f8cf056beaf6c814c86bf5c371961c60 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 20 Jun 2012 13:51:32 +0300 Subject: [PATCH] obexd: Fix wrong signature of MessageAccess.SetFolder D-Bus string signature is 's' not 'string' --- obexd/client/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obexd/client/map.c b/obexd/client/map.c index 18c4af1e2..5242cb338 100644 --- a/obexd/client/map.c +++ b/obexd/client/map.c @@ -192,7 +192,7 @@ fail: static const GDBusMethodTable map_methods[] = { { GDBUS_ASYNC_METHOD("SetFolder", - GDBUS_ARGS({ "name", "string" }), NULL, + GDBUS_ARGS({ "name", "s" }), NULL, map_setpath) }, { GDBUS_ASYNC_METHOD("GetFolderListing", GDBUS_ARGS({ "dummy", "a{ss}" }),