From: Mikel Astiz <mikel.astiz@xxxxxxxxxxxx> 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 -- 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