[Telepathy-commits] [telepathy-spec/master] Misc. fix to AcceptFile's docstring.

Jonny Lamb jonny.lamb at collabora.co.uk
Fri Nov 14 02:45:16 PST 2008


Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
 spec/Channel_Type_FileTransfer.xml |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/spec/Channel_Type_FileTransfer.xml b/spec/Channel_Type_FileTransfer.xml
index bc9c5ac..ed00c23 100644
--- a/spec/Channel_Type_FileTransfer.xml
+++ b/spec/Channel_Type_FileTransfer.xml
@@ -285,10 +285,11 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</
     <method name="AcceptFile" tp:name-for-bindings="Accept_File">
       <tp:docstring>
         Accept a file transfer that's in the Local_Pending state. The file
-        transfer's state becomes accepted after this method is called. At this
-        point, the receiver must wait for the state to change to open. When this
-        happens, the <tp:member-ref>InitialOffset</tp:member-ref> property
-        should be read to find from where the file is actually being sent.
+        transfer's state becomes Accepted after this method is called. At this
+        point, the receiver must wait for the state to change to Open, and then
+        <tp:member-ref>InitialOffset</tp:member-ref> should be checked in case
+        its value differs from the offset that was specified as an argument
+        to AcceptFile.
       </tp:docstring>
       <arg direction="in" name="Address_type" type="u" tp:type="Socket_Address_Type">
         <tp:docstring>
-- 
1.5.6.5




More information about the Telepathy-commits mailing list