[PATCH obexd 07/10] client: Use filter instead of dummy as argument name in MAP |
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
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 2fc9b23..b8c0cb8 100644
--- a/client/map.c
+++ b/client/map.c
@@ -383,11 +383,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", "aa{sv}" }),
map_get_message_listing) },
{ }
--
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
[Bluez Devel]
[Linux USB Devel]
[Linux Media Drivers]
[Linux Audio Users]
[Yosemite News]
[Yosemite Photos]
[Free Online Dating]
[Bluez Devel]
[Linux Kernel]
[Linux SCSI]
[XFree86]
[Big List of Linux Books]