obexd: Fix wrong signature of MessageAccess.SetFolder

D-Bus string signature is 's' not 'string'
This commit is contained in:
Luiz Augusto von Dentz 2012-06-20 13:51:32 +03:00 committed by Marcel Holtmann
parent 2d07cea3b3
commit 0acb3455f8

View File

@ -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}" }),