Return-Path: From: Lucas De Marchi To: linux-bluetooth@vger.kernel.org Cc: Lucas De Marchi Subject: [PATCH BlueZ 0/5] DBus.Properties Date: Thu, 19 Jul 2012 00:20:03 -0300 Message-Id: <1342668008-5522-1-git-send-email-lucas.demarchi@profusion.mobi> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: This is the first part of the patches for implementing the DBus.Properties as demonstrated during last BlueZ meeting. I changed the Properties.Set implementation a little bit from what was demonstrated - the goal here is to facilitate the use of the new API. Luiz will send the ObjectManager implementation on top of these ones. Lucas De Marchi (5): gdbus: Add skeleton of DBus.Properties interface gdbus: Implement DBus.Properties.Get method gdbus: Implement DBus.Properties.GetAll method gdbus: Implement DBus.Properties.Set method gdbus: Add properties into Introspectable interface gdbus/gdbus.h | 22 ++++- gdbus/object.c | 252 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 272 insertions(+), 2 deletions(-) -- 1.7.11.2