diff options
author | kabeer khan <kabeer.khan@samsung.com> | 2015-04-17 12:06:43 +0200 |
---|---|---|
committer | Cedric BAIL <cedric@osg.samsung.com> | 2015-04-17 12:06:47 +0200 |
commit | 963fe509ca1acc5bef1585bb65e8264a5036697a (patch) | |
tree | 3b5a907ded310b7bb49fe01b17166f9bfe70a138 /src/lib/ecore_file/ecore_file_download.c | |
parent | 1b8aaa9e4e597ec23b7da27773071956d44b83cf (diff) |
ecore_file: less confusing documentation of ecore_file_download API
Summary: Signed-off-by: kabeer khan <kabeer.khan@samsung.com>
Reviewers: cedric
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2373
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to '')
-rw-r--r-- | src/lib/ecore_file/ecore_file_download.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/ecore_file/ecore_file_download.c b/src/lib/ecore_file/ecore_file_download.c index dffef8fd59..83c5884315 100644 --- a/src/lib/ecore_file/ecore_file_download.c +++ b/src/lib/ecore_file/ecore_file_download.c | |||
@@ -177,10 +177,10 @@ _ecore_file_download(const char *url, | |||
177 | * percentage of the downloaded file. Return 0 from this callback, if provided, | 177 | * percentage of the downloaded file. Return 0 from this callback, if provided, |
178 | * to continue the operation or anything else to abort the download. The only | 178 | * to continue the operation or anything else to abort the download. The only |
179 | * operations that can be aborted are those with protocol 'http' or 'ftp'. In | 179 | * operations that can be aborted are those with protocol 'http' or 'ftp'. In |
180 | * that case @p job_ret can be filled. It can be used with | 180 | * that case @p job_ret can be passed to ecore_file_download_abort() to abort |
181 | * ecore_file_download_abort() or ecore_file_download_abort_all() to | 181 | * that download job. Similarly ecore_file_download_abort_all() can be used to |
182 | * respectively abort one or all download operations. This function returns | 182 | * abort all download operations. This function returns @c EINA_TRUE if the |
183 | * @c EINA_TRUE if the download starts, @c EINA_FALSE otherwise. | 183 | * download starts, @c EINA_FALSE otherwise. |
184 | */ | 184 | */ |
185 | EAPI Eina_Bool | 185 | EAPI Eina_Bool |
186 | ecore_file_download(const char *url, | 186 | ecore_file_download(const char *url, |