[Pkg-owncloud-commits] [owncloud-doc] 71/95: Add new variable in the uploadFile block
David Prévot
taffit at moszumanska.debian.org
Fri Apr 18 21:41:44 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 3ada7f03ae81f752487a716cea4d117c226dd08d
Author: ggdiez <ggonzalez at solidgear.es>
Date: Tue Mar 25 11:05:10 2014 +0100
Add new variable in the uploadFile block
The new variable it's a reference of a "redirectedServer" to have this information in success block
---
developer_manual/ios_library/examples.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/developer_manual/ios_library/examples.rst b/developer_manual/ios_library/examples.rst
index b5a474c..ac0ea24 100644
--- a/developer_manual/ios_library/examples.rst
+++ b/developer_manual/ios_library/examples.rst
@@ -357,7 +357,7 @@ Code example
}
}
}
- successRequest :^( NSHTTPURLResponse *response) {
+ successRequest :^( NSHTTPURLResponse *response, NSString *redirectedServer) {
//Upload complete
}
failureRequest :^( NSHTTPURLResponse *response, NSString *redirectedServer, NSError *error) {
--
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