Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2017
dbtdsilva
libcloudstorage
Commits
3ca8231a
Commit
3ca8231a
authored
Aug 27, 2017
by
Paweł Wegner
Browse files
ICloudProvider: fixed docs.
parent
4bb976f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ICloudProvider.h
View file @
3ca8231a
...
...
@@ -124,13 +124,12 @@ class ICloudProvider {
* - youtube_dl_url (url to youtube-dl-server)
* - temporary_directory (used by mega.nz, has to use native path separators
* i.e. \ for windows and / for others; has to end with a separator)
* - login_page (html code of login page to be displayed when cloud provider
* doesn't use oauth; check for DEFAULT_LOGIN_PAGE to see what is the
* expected layout of the page)
* - success_page (html code of page to be displayed when library was
* authorized successfully)
* - error_page (html code of page to be displayed when library
* authorization failed)
* - login_page (login page to be displayed when cloud provider doesn't use
* oauth; check for DEFAULT_LOGIN_PAGE to see what is the expected layout
* of the page)
* - success_page (page to be displayed when library was authorized
* successfully)
* - error_page (page to be displayed when library authorization failed)
*/
Hints
hints_
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment