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
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
=====================