linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH BlueZ v6 00/15] gdbus: Better D-Bus introspection
@ 2012-05-17 18:19 Lucas De Marchi
  2012-05-17 18:19 ` [PATCH BlueZ v6 01/15] gdbus: return if method signature is malformed Lucas De Marchi
                   ` (14 more replies)
  0 siblings, 15 replies; 19+ messages in thread
From: Lucas De Marchi @ 2012-05-17 18:19 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Lucas De Marchi

Changes from v5:
	- Split patches related to gdbus/, without breaking git-bisetc
	- Create macros to ease the definition of GDBus tables

Lucas De Marchi (15):
  gdbus: return if method signature is malformed
  gdbus: do not call memset for terminating NUL
  Constify GDBus method tables
  Constify GDBus signal tables
  gdbus: add argument info to methods and signals
  gdbus: add and use helpers for table declarations
  Convert GDBus methods to use macro helpers
  gdbus: use GDBusArgInfo to generate introspection
  gdbus: loop over args to check message signature
  Do not set signature and reply in GDBus tables
  gdbus: remove signature and reply from tables
  gdbus: add Deprecated annotation in introspection
  gdbus: add Method.NoReply annotation in introspection
  gdbus: do not check signature twice
  adapter: do not check signature twice

 attrib/client.c           |   32 +++++++----
 audio/control.c           |   28 ++++++----
 audio/device.c            |   20 ++++---
 audio/gateway.c           |   25 +++++----
 audio/headset.c           |   81 +++++++++++++++------------
 audio/media.c             |   17 ++++--
 audio/sink.c              |   34 ++++++------
 audio/source.c            |   21 +++----
 audio/telephony-dummy.c   |   36 ++++++++----
 audio/telephony-maemo5.c  |    7 ++-
 audio/transport.c         |   27 ++++++---
 gdbus/gdbus.h             |   47 +++++++++++++++-
 gdbus/object.c            |  134 ++++++++++++++++++++++-----------------------
 health/hdp.c              |   65 ++++++++++++++--------
 input/device.c            |   18 +++---
 network/connection.c      |   18 +++---
 network/server.c          |   10 +++-
 plugins/dbusoob.c         |   19 +++++--
 plugins/service.c         |   23 +++++---
 proximity/monitor.c       |   16 ++++--
 proximity/reporter.c      |   11 ++--
 sap/sap-dummy.c           |   17 ++++--
 sap/server.c              |   13 +++--
 serial/port.c             |   14 +++--
 serial/proxy.c            |   37 +++++++++----
 src/adapter.c             |   88 ++++++++++++++++++-----------
 src/device.c              |   28 ++++++----
 src/manager.c             |   34 ++++++++----
 thermometer/thermometer.c |   32 +++++++----
 29 files changed, 594 insertions(+), 358 deletions(-)

-- 
1.7.10.2


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

end of thread, other threads:[~2012-05-18  2:55 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-17 18:19 [PATCH BlueZ v6 00/15] gdbus: Better D-Bus introspection Lucas De Marchi
2012-05-17 18:19 ` [PATCH BlueZ v6 01/15] gdbus: return if method signature is malformed Lucas De Marchi
2012-05-18  2:53   ` Marcel Holtmann
2012-05-17 18:19 ` [PATCH BlueZ v6 02/15] gdbus: do not call memset for terminating NUL Lucas De Marchi
2012-05-18  2:54   ` Marcel Holtmann
2012-05-17 18:20 ` [PATCH BlueZ v6 03/15] Constify GDBus method tables Lucas De Marchi
2012-05-18  2:55   ` Marcel Holtmann
2012-05-17 18:20 ` [PATCH BlueZ v6 04/15] Constify GDBus signal tables Lucas De Marchi
2012-05-17 18:20 ` [PATCH BlueZ v6 05/15] gdbus: add argument info to methods and signals Lucas De Marchi
2012-05-17 18:20 ` [PATCH BlueZ v6 06/15] gdbus: add and use helpers for table declarations Lucas De Marchi
2012-05-17 18:20 ` [PATCH BlueZ v6 07/15] Convert GDBus methods to use macro helpers Lucas De Marchi
2012-05-17 18:20 ` [PATCH BlueZ v6 08/15] gdbus: use GDBusArgInfo to generate introspection Lucas De Marchi
2012-05-17 18:20 ` [PATCH BlueZ v6 09/15] gdbus: loop over args to check message signature Lucas De Marchi
2012-05-17 18:20 ` [PATCH BlueZ v6 10/15] Do not set signature and reply in GDBus tables Lucas De Marchi
2012-05-17 18:20 ` [PATCH BlueZ v6 11/15] gdbus: remove signature and reply from tables Lucas De Marchi
2012-05-17 18:20 ` [PATCH BlueZ v6 12/15] gdbus: add Deprecated annotation in introspection Lucas De Marchi
2012-05-17 18:20 ` [PATCH BlueZ v6 13/15] gdbus: add Method.NoReply " Lucas De Marchi
2012-05-17 18:20 ` [PATCH BlueZ v6 14/15] gdbus: do not check signature twice Lucas De Marchi
2012-05-17 18:20 ` [PATCH BlueZ v6 15/15] adapter: " Lucas De Marchi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).