All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/9] Commonalize functions appending to dbus message
@ 2018-02-28  7:33 ERAMOTO Masaya
  2018-02-28  7:37 ` [PATCH BlueZ 1/9] gdbus: Introduce " ERAMOTO Masaya
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: ERAMOTO Masaya @ 2018-02-28  7:33 UTC (permalink / raw)
  To: linux-bluetooth

To improve maintainability, this patch set introduces common functions
for appending to dbus message.

ERAMOTO Masaya (9):
  gdbus: Introduce functions appending to dbus message
  obexd: Use g_dbus_dict_append_entry()
  obexd: Remove unused source/header files for dbus
  client: Use g_dbus_dict_append_*()
  mesh: Use g_dbus_dict_append_{entry,array}()
  tools/obexctl: Use g_dbus_dict_append_entry()
  tools/bluetooth-player: Use g_dbus_dict_append_entry()
  unit/test-gdbus-client: Use g_dbus_dict_append_entry()
  dbus-common: Remove unused functions due to use of g_dbus_dict_append_*()

 Makefile.obexd            |   1 -
 client/advertising.c      |  58 ++------------------
 client/main.c             | 100 +++-------------------------------
 gdbus/client.c            | 135 +++++++++++++++++++++++++++++++++-------------
 gdbus/gdbus.h             |   9 ++++
 mesh/main.c               | 100 +++-------------------------------
 obexd/client/dbus.c       |  94 --------------------------------
 obexd/client/dbus.h       |  48 -----------------
 obexd/client/ftp.c        |   7 ++-
 obexd/client/map.c        |   6 +--
 obexd/client/session.c    |   1 -
 obexd/client/transfer.c   |   1 -
 obexd/plugins/bluetooth.c |  40 ++------------
 src/dbus-common.c         |  85 +----------------------------
 src/dbus-common.h         |   6 ---
 src/device.c              |   3 +-
 tools/bluetooth-player.c  |  38 ++-----------
 tools/obexctl.c           |  36 +------------
 unit/test-gdbus-client.c  |  38 ++-----------
 19 files changed, 146 insertions(+), 660 deletions(-)
 delete mode 100644 obexd/client/dbus.c
 delete mode 100644 obexd/client/dbus.h

-- 
2.14.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-02-28 16:11 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-28  7:33 [PATCH BlueZ 0/9] Commonalize functions appending to dbus message ERAMOTO Masaya
2018-02-28  7:37 ` [PATCH BlueZ 1/9] gdbus: Introduce " ERAMOTO Masaya
2018-02-28  7:37 ` [PATCH BlueZ 2/9] obexd: Use g_dbus_dict_append_entry() ERAMOTO Masaya
2018-02-28  7:38 ` [PATCH BlueZ 3/9] obexd: Remove unused source/header files for dbus ERAMOTO Masaya
2018-02-28  7:38 ` [PATCH BlueZ 4/9] client: Use g_dbus_dict_append_*() ERAMOTO Masaya
2018-02-28  7:38 ` [PATCH BlueZ 5/9] mesh: Use g_dbus_dict_append_{entry,array}() ERAMOTO Masaya
2018-02-28  7:38 ` [PATCH BlueZ 6/9] tools/obexctl: Use g_dbus_dict_append_entry() ERAMOTO Masaya
2018-02-28  7:38 ` [PATCH BlueZ 7/9] tools/bluetooth-player: " ERAMOTO Masaya
2018-02-28  7:38 ` [PATCH BlueZ 8/9] unit/test-gdbus-client: " ERAMOTO Masaya
2018-02-28  7:38 ` [PATCH BlueZ 9/9] dbus-common: Remove unused functions due to use of g_dbus_dict_append_*() ERAMOTO Masaya
2018-02-28 16:11 ` [PATCH BlueZ 0/9] Commonalize functions appending to dbus message Luiz Augusto von Dentz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.