Diff between 9a023fc495fe6171d98ee54ba0639e66161a5977 and be43b12c7093559b7436dbb7ba51d293e89b0cad

Changed Files

File Additions Deletions Status
doc/obex-api.txt +17 -6 modified

Full Patch

diff --git a/doc/obex-api.txt b/doc/obex-api.txt
index 34ec4fa..c59aa0b 100644
--- a/doc/obex-api.txt
+++ b/doc/obex-api.txt
@@ -103,22 +103,33 @@ Properties	string Status [readonly]
 
 		string Name [readonly]
 
-			Name of the transferred object.
+			Name of the transferred object. Either Name or Type
+			or both will be present.
 
-		uint64 Size [readonly]
+		string Type [readonly]
 
-			Size of the transferred object. If the size is
-			unknown, then this property will not be present.
+			Type of the transferred object. Either Name or Type
+			or both will be present.
 
-		string Filename [readonly, optional]
+		uint32 Time [readonly, optional]
 
-			Complete name of the file being received or sent.
+			Time of the transferred object if this is
+			provided by the remote party.
+
+		uint64 Size [readonly, optional]
+
+			Size of the transferred object. If the size is
+			unknown, then this property will not be present.
 
 		uint64 Transferred [readonly, optional]
 
 			Number of bytes transferred. For queued transfers, this
 			value will not be present.
 
+		string Filename [readonly, optional]
+
+			Complete name of the file being received or sent.
+
 
 Object Push hierarchy
 =====================