This patch set adds generators for bluetooth-player and obexctl. bluetooth-player and obexctl also use GList instead of GSList. Changes in v2: - Add index to g_dbus_proxy_lookup(). - Make g_dbus_proxy_lookup() check if the passed interface is NULL. - Rework callers of g_dbus_proxy_lookup() due to add the index argument. - Move strlen() outside loop. - Implement g_dbus_proxy_path_lookup() like g_dbus_proxy_lookup() ERAMOTO Masaya (8): gdbus: Make proxy_lookup() global client: Use g_dbus_proxy_lookup() tools/bluetooth-player: Use g_dbus_proxy_lookup() instead of find_* tools/obexctl: Use g_dbus_proxy_lookup() instead of find_* gdbus: Introduce g_dbus_proxy_path_lookup() client: Use g_dbus_proxy_path_lookup() tools/bluetooth-player: Add generator for player/item tools/obexctl: Add generator for session/transfer client/gatt.c | 57 ++--------- client/main.c | 15 +-- gdbus/client.c | 44 ++++++-- gdbus/gdbus.h | 4 + tools/bluetooth-player.c | 134 ++++++++++++------------- tools/obexctl.c | 254 ++++++++++++++++++----------------------------- 6 files changed, 221 insertions(+), 287 deletions(-) -- 2.14.1 -- 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