diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2019-11-19 10:34:22 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2019-11-19 10:34:30 +0900 |
commit | 581a207e4bbcb7ad5f82d2c11f3b9873d153e046 (patch) | |
tree | 0810745ec11da2ee7dd229c7272b82194fd520a1 | |
parent | 040af8bab1926b13f0645c1a3fd684fde9de0473 (diff) | |
download | url-download-581a207e4bbcb7ad5f82d2c11f3b9873d153e046.tar.gz url-download-581a207e4bbcb7ad5f82d2c11f3b9873d153e046.tar.bz2 url-download-581a207e4bbcb7ad5f82d2c11f3b9873d153e046.zip |
doxygen: remove unknown functions
Change-Id: I1ad1cf730e3b59b4ff63c579023cd7c4ed2b99ec
-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); |