From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This is aligned with the documentation that uses filter as well. --- client/map.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/map.c b/client/map.c index 2c52095..4137dbe 100644 --- a/client/map.c +++ b/client/map.c @@ -597,11 +597,11 @@ static const GDBusMethodTable map_methods[] = { GDBUS_ARGS({ "name", "s" }), NULL, map_setpath) }, { GDBUS_ASYNC_METHOD("GetFolderListing", - GDBUS_ARGS({ "dummy", "a{ss}" }), + GDBUS_ARGS({ "filter", "a{ss}" }), GDBUS_ARGS({ "content", "aa{sv}" }), map_get_folder_listing) }, { GDBUS_ASYNC_METHOD("GetMessageListing", - GDBUS_ARGS({ "folder", "s" }, { "dummy", "a{ss}" }), + GDBUS_ARGS({ "folder", "s" }, { "filter", "a{ss}" }), GDBUS_ARGS({ "messages", "a{oa{sv}}" }), map_get_message_listing) }, { } -- 1.7.10.4 -- 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