Return-Path: From: Mikel Astiz To: linux-bluetooth@vger.kernel.org Cc: Mikel Astiz Subject: [PATCH obexd v0 02/16] client-doc: Add progress property to transfer Date: Wed, 23 May 2012 17:00:04 +0200 Message-Id: <1337785218-8661-3-git-send-email-mikel.astiz.oss@gmail.com> In-Reply-To: <1337785218-8661-1-git-send-email-mikel.astiz.oss@gmail.com> References: <1337785218-8661-1-git-send-email-mikel.astiz.oss@gmail.com> Sender: linux-bluetooth-owner@vger.kernel.org List-ID: From: Mikel Astiz This property exposes the number of bytes transferred so far in a given transfer. --- doc/client-api.txt | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/doc/client-api.txt b/doc/client-api.txt index cfb4ec9..cc25543 100644 --- a/doc/client-api.txt +++ b/doc/client-api.txt @@ -312,6 +312,16 @@ Properties string Name [readonly] Complete name of the file being received or sent. + uint64 Progress [readonly, optional] + + Number of bytes transferred. For queued transfers, this + value will not be present. + +Signals PropertyChanged(string name, variant value) + + This signal indicates a changed value of the given + property. + Agent hierarchy =============== -- 1.7.7.6