Return-Path: From: Mikel Astiz To: linux-bluetooth@vger.kernel.org Cc: Mikel Astiz Subject: [PATCH obexd v0 04/16] client-doc: Add transfer event-reporting signals Date: Wed, 23 May 2012 17:00:06 +0200 Message-Id: <1337785218-8661-5-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 These signals replace the old agent-based notification mechanism. --- doc/client-api.txt | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/doc/client-api.txt b/doc/client-api.txt index cc25543..527df05 100644 --- a/doc/client-api.txt +++ b/doc/client-api.txt @@ -322,6 +322,15 @@ Signals PropertyChanged(string name, variant value) This signal indicates a changed value of the given property. + void Complete() + + Informs that the transfer has completed successfully. + + void Error(string message) + + Informs that the transfer has been terminated because + of some error. + Agent hierarchy =============== -- 1.7.7.6