OSDN Git Service

obexd: Use g_dbus_get_properties when parsing MAP-msg-listing
authorChristian Fetzer <christian.fetzer@bmw-carit.de>
Thu, 22 Aug 2013 16:08:40 +0000 (18:08 +0200)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Mon, 26 Aug 2013 12:23:14 +0000 (15:23 +0300)
commitba83a3e0711640a49144f5af2d6cd585b7efc9ba
tree8c787043fe453c989a6dbff305c22b04dd9677c7
parent576fb290a5425c5c9036a98cdf9359e188c703b4
obexd: Use g_dbus_get_properties when parsing MAP-msg-listing

Currently the message D-Bus properties for the ListMessages response are put
together manually in the parse_* functions unsing obex_dbus_dict_append.
This patch simplifies it by calling g_dbus_get_properties for every message.
obexd/client/map.c