Return-Path: From: Mikel Astiz To: linux-bluetooth@vger.kernel.org Cc: Mikel Astiz Subject: [PATCH obexd v2 13/17] client-doc: Add signal to report new transfers Date: Tue, 29 May 2012 11:23:18 +0200 Message-Id: <1338283402-11085-14-git-send-email-mikel.astiz.oss@gmail.com> In-Reply-To: <1338283402-11085-1-git-send-email-mikel.astiz.oss@gmail.com> References: <1338283402-11085-1-git-send-email-mikel.astiz.oss@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Mikel Astiz This signal makes it possible to support transfer-monitoring applications. --- doc/client-api.txt | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/doc/client-api.txt b/doc/client-api.txt index 3c6a2e1..e74c1a1 100644 --- a/doc/client-api.txt +++ b/doc/client-api.txt @@ -56,6 +56,10 @@ Properties string Source [readonly] byte Channel [readonly] +Signals void TransferAdded(object path, dict properties) + + Informs that a new transfer has been created (queued). + Object Push hierarchy ===================== -- 1.7.7.6