[Pkg-owncloud-commits] [owncloud-doc] 10/22: Update examples.rst

David Prévot taffit at moszumanska.debian.org
Sun Jun 1 18:48:19 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 631ab1415a81d9c6254eb9fb0cc316d45e5c8344
Author: ggdiez <ggonzalez at solidgear.es>
Date:   Fri May 30 12:48:34 2014 +0200

    Update examples.rst
    
    Add "withLIFOSystem" parameter in downloadFile method.
---
 developer_manual/ios_library/examples.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/developer_manual/ios_library/examples.rst b/developer_manual/ios_library/examples.rst
index 4ec51a0..7bf7c07 100644
--- a/developer_manual/ios_library/examples.rst
+++ b/developer_manual/ios_library/examples.rst
@@ -290,7 +290,7 @@ Download a file
 
 Download an existing file on the cloud server. The info needed is the server
 URL, path of the file on the server and localPath, path where the file will be
-stored on the device.
+stored on the device and a boolean to indicate if is neccesary to use LIFO queue or FIFO.
 
 Code example
 ~~~~~~~~~~~~
@@ -299,7 +299,7 @@ Code example
 .. code-block:: objective-c
 
   NSOperation *op = nil;
-  op = [[ AppDelegate sharedOCCommunication ] downloadFile :remotePath toDestiny :localPath onCommunication :[ AppDelegate sharedOCCommunication ]
+  op = [[ AppDelegate sharedOCCommunication ] downloadFile :remotePath toDestiny :localPath withLIFOSystem:isLIFO onCommunication :[ AppDelegate sharedOCCommunication ]
 
   progressDownload :^( NSUInteger bytesRead, long long totalBytesRead, long long totalBytesExpectedToRead) {
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list