diff options
Diffstat (limited to 'include/download.h')
-rwxr-xr-x | include/download.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/download.h b/include/download.h index b821a45..2dc27ba 100755 --- a/include/download.h +++ b/include/download.h @@ -533,9 +533,7 @@ int download_get_mime_type(int download_id, char **mime_type); * @privlevel public * @privilege %http://tizen.org/privilege/download * - * @remarks The client should call download_set_notification() and download_set_notification_extra_param() after calling this API. - * If it is not done, the user will not receive the download result in case the client process is not alive. \n - * The default value is @c false. + * @remarks The default value is @c false. * * @param[in] download_id The download ID * @param[in] enable Set @c true to enable auto download, @@ -553,8 +551,6 @@ int download_get_mime_type(int download_id, char **mime_type); * @pre The state must be #DOWNLOAD_STATE_READY, #DOWNLOAD_STATE_FAILED, or #DOWNLOAD_STATE_CANCELED. * * @see download_get_auto_download() - * @see download_set_notification() - * @see download_set_notification_extra_param() * */ int download_set_auto_download(int download_id, bool enable); @@ -1135,8 +1131,6 @@ int download_get_error(int download_id, download_error_e *error); * * @pre The download state must be #DOWNLOAD_STATE_FAILED. * - * @see download_set_download_status_cb() - * @see download_unset_download_status_cb() * @see download_start() */ int download_get_http_status(int download_id, int *HTTP_status); |