mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-03 09:04:29 +08:00
obexd: Fix wrong signature of MessageAccess.SetFolder
D-Bus string signature is 's' not 'string'
This commit is contained in:
parent
2d07cea3b3
commit
0acb3455f8
@ -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}" }),
|
||||
|
Loading…
Reference in New Issue
Block a user