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

This series improves D-Bus introspection in gdbus to ease the life of people
using our interface: they can rely on binding generator available for QT, GTK
and others.

We are doing basically 3 things:

 - Adding the name of the arguments in methods and signals
 - Adding some annotations:
 	- deprecated
	- no-reply
 - Constifying the tables

First two patches were only 2 easy fixes during the development

Lucas De Marchi (10):
  gdbus: return if method signature is malformed
  gdbus: do not call memset for terminating NUL
  gdbus: save copy of undecorated signature
  gdbus: use argument name in method introspection
  gdbus: add decorated signature to arguments
  gdbus: add decorated signature to return values
  gdbus: add Deprecated annotation to introspection
  gdbus: add Method.NoReply annotation to introspection
  Constify GDBus method tables
  Constify GDBus signal tables

 attrib/client.c           |   14 ++--
 audio/control.c           |    6 +-
 audio/device.c            |    8 +-
 audio/gateway.c           |   12 +--
 audio/headset.c           |   22 +++---
 audio/media.c             |   10 +--
 audio/sink.c              |    8 +-
 audio/source.c            |    8 +-
 audio/telephony-dummy.c   |   18 ++---
 audio/telephony-maemo5.c  |    4 +-
 audio/transport.c         |   14 ++--
 doc/serial-api.txt        |    2 +-
 gdbus/gdbus.h             |    6 +-
 gdbus/object.c            |  178 ++++++++++++++++++++++++++++++++++++++++-----
 health/hdp.c              |   28 +++----
 input/device.c            |    8 +-
 network/connection.c      |   10 +--
 network/server.c          |    6 +-
 plugins/dbusoob.c         |    8 +-
 plugins/service.c         |   10 +--
 proximity/monitor.c       |   10 +--
 proximity/reporter.c      |    8 +-
 sap/sap-dummy.c           |    8 +-
 sap/server.c              |    8 +-
 serial/port.c             |    8 +-
 serial/proxy.c            |   20 ++---
 src/adapter.c             |   36 ++++-----
 src/device.c              |   12 +--
 src/manager.c             |   20 ++---
 thermometer/thermometer.c |   18 ++---
 30 files changed, 333 insertions(+), 195 deletions(-)

-- 
1.7.10


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

end of thread, other threads:[~2012-04-30 13:37 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-27 21:14 [BlueZ v3 00/10] gdbus: Better D-Bus introspection Lucas De Marchi
2012-04-27 21:14 ` [BlueZ v3 01/10] gdbus: return if method signature is malformed Lucas De Marchi
2012-04-27 21:14 ` [BlueZ v3 02/10] gdbus: do not call memset for terminating NUL Lucas De Marchi
2012-04-27 21:14 ` [BlueZ v3 03/10] gdbus: save copy of undecorated signature Lucas De Marchi
2012-04-27 21:14 ` [BlueZ v3 04/10] gdbus: use argument name in method introspection Lucas De Marchi
2012-04-27 21:14 ` [BlueZ v3 05/10] gdbus: add decorated signature to arguments Lucas De Marchi
2012-04-27 21:14 ` [BlueZ v3 06/10] gdbus: add decorated signature to return values Lucas De Marchi
2012-04-27 21:14 ` [BlueZ v3 07/10] gdbus: add Deprecated annotation to introspection Lucas De Marchi
2012-04-27 21:14 ` [BlueZ v3 08/10] gdbus: add Method.NoReply " Lucas De Marchi
2012-04-27 21:14 ` [BlueZ v3 09/10] Constify GDBus method tables Lucas De Marchi
2012-04-27 21:14 ` [BlueZ v3 10/10] Constify GDBus signal tables Lucas De Marchi
2012-04-29 11:52 ` [BlueZ v3 00/10] gdbus: Better D-Bus introspection Luiz Augusto von Dentz
2012-04-29 21:40   ` Lucas De Marchi
2012-04-30 10:34     ` Luiz Augusto von Dentz
2012-04-30 13:37       ` 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).