From: Mikel Astiz <mikel.astiz@xxxxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html