public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] gdbus: Better D-Bus introspection
@ 2012-05-23 13:19 Henrique Dante de Almeida
  2012-05-23 13:19 ` [PATCH 01/11] Constify GDBus method tables Henrique Dante de Almeida
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Henrique Dante de Almeida @ 2012-05-23 13:19 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Henrique Dante de Almeida

Introspection patches to neard

Henrique Dante de Almeida (4):
  Constify GDBus method tables
  Constify GDBus signal tables
  Convert GDBus methods and signals to use macro helpers
  Do not set signature and reply in GDBus tables

Lucas De Marchi (7):
  gdbus: add argument info to methods and signals
  gdbus: add and use helpers for table declarations
  gdbus: use GDBusArgInfo to generate introspection
  gdbus: loop over args to check message signature
  gdbus: remove signature and reply from tables
  gdbus: add Deprecated annotation in introspection
  gdbus: add Method.NoReply annotation in introspection

 gdbus/gdbus.h  |   47 +++++++++++++++++++-
 gdbus/object.c |  132 +++++++++++++++++++++++++++-----------------------------
 src/adapter.c  |   23 ++++++----
 src/device.c   |   19 +++++---
 src/manager.c  |   19 +++++---
 src/ndef.c     |    6 ++-
 src/tag.c      |   18 +++++---
 7 files changed, 163 insertions(+), 101 deletions(-)

-- 
1.7.9.5


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

end of thread, other threads:[~2012-05-23 13:28 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23 13:19 [PATCH 00/11] gdbus: Better D-Bus introspection Henrique Dante de Almeida
2012-05-23 13:19 ` [PATCH 01/11] Constify GDBus method tables Henrique Dante de Almeida
2012-05-23 13:19 ` [PATCH 02/11] Constify GDBus signal tables Henrique Dante de Almeida
2012-05-23 13:20 ` [PATCH 03/11] gdbus: add argument info to methods and signals Henrique Dante de Almeida
2012-05-23 13:20 ` [PATCH 04/11] gdbus: add and use helpers for table declarations Henrique Dante de Almeida
2012-05-23 13:20 ` [PATCH 05/11] Convert GDBus methods and signals to use macro helpers Henrique Dante de Almeida
2012-05-23 13:20 ` [PATCH 06/11] gdbus: use GDBusArgInfo to generate introspection Henrique Dante de Almeida
2012-05-23 13:20 ` [PATCH 07/11] gdbus: loop over args to check message signature Henrique Dante de Almeida
2012-05-23 13:20 ` [PATCH 08/11] Do not set signature and reply in GDBus tables Henrique Dante de Almeida
2012-05-23 13:20 ` [PATCH 09/11] gdbus: remove signature and reply from tables Henrique Dante de Almeida
2012-05-23 13:20 ` [PATCH 10/11] gdbus: add Deprecated annotation in introspection Henrique Dante de Almeida
2012-05-23 13:20 ` [PATCH 11/11] gdbus: add Method.NoReply " Henrique Dante de Almeida
2012-05-23 13:28 ` [PATCH 00/11] gdbus: Better D-Bus introspection Marcel Holtmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox