--- doc/client-api.txt | 22 +++++++++------------- 1 files changed, 9 insertions(+), 13 deletions(-) diff --git a/doc/client-api.txt b/doc/client-api.txt index e6f8270..304e489 100644 --- a/doc/client-api.txt +++ b/doc/client-api.txt @@ -51,7 +51,6 @@ Properties string Target byte Channel - Session hierarchy ================= @@ -72,12 +71,11 @@ Methods dict GetProperties() Release a previously assigned OBEX agent. -Properties string Source [read-only] - - string Destination [read-only] +Properties string Source [readonly] - byte Channel [read-only] + string Destination [readonly] + byte Channel [readonly] File Transfer hierarchy ======================= @@ -107,9 +105,9 @@ Methods void ChangeFolder(string folder) folder string Permission : Group, owner and other permission - guint64 Modified : Last change - guint64 Accessed : Last access - guint64 Created : Creation date + uint64 Modified : Last change + uint64 Accessed : Last access + uint64 Created : Creation date void GetFile(string targetfile, string sourcefile) @@ -141,7 +139,6 @@ Methods void ChangeFolder(string folder) Deletes the specified file/folder. - Phonebook Access hierarchy ======================= @@ -280,20 +277,19 @@ Methods dict GetProperties() Cancels this transfer. -Properties string Name [read-only] +Properties string Name [readonly] Name of the transferred object. - uint64 Size [read-only] + uint64 Size [readonly] Size of the transferred object. If the size is unknown, then this property will not be present. - string Filename [read-only] + string Filename [readonly] Complete name of the file being received or sent. - Agent hierarchy =============== -- 1.7.6.4 -- 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