DOWNLOAD_ERROR_RESPONSE_TIMEOUT = TIZEN_ERROR_DOWNLOAD | 0x33, /**< No call to start API for some time although the download is created*/
DOWNLOAD_ERROR_SYSTEM_DOWN = TIZEN_ERROR_DOWNLOAD | 0x34, /**< No response from client after rebooting download daemon*/
DOWNLOAD_ERROR_ID_NOT_FOUND = TIZEN_ERROR_DOWNLOAD | 0x35, /**< Download ID does not exist in download service module*/
- DOWNLOAD_ERROR_INVALID_NETWORK_TYPE = TIZEN_ERROR_DOWNLOAD | 0x36, /**< Network bonding is set but network type is not set as DOWNLOAD_NETWORK_ALL*/
+ DOWNLOAD_ERROR_INVALID_NETWORK_TYPE = TIZEN_ERROR_DOWNLOAD | 0x36, /**< Network bonding is set but network type is not set as #DOWNLOAD_NETWORK_ALL*/
DOWNLOAD_ERROR_NO_DATA = TIZEN_ERROR_NO_DATA, /**< No data because the set API is not called */
DOWNLOAD_ERROR_IO_ERROR = TIZEN_ERROR_IO_ERROR , /**< Internal I/O error */
} download_error_e;
*
* @param[in] download_id The download ID
* @param[in] file_name The file name for the downloaded file \n
- * If @a name is @c NULL it clears the previous value.
+ * If @a file_name is @c NULL it clears the previous value.
*
* @return @c 0 on success,
* otherwise a negative error value
* @privlevel public
* @privilege %http://tizen.org/privilege/download
*
- * @remarks You must release @a value using free().
+ * @remarks You must release @a fields using free().
*
* @param[in] download_id The download ID
* @param[out] fields The array of the HTTP header fields
* @privlevel public
* @privilege %http://tizen.org/privilege/download
*
+ * @remarks The @a temp_path should be released using free().
+ *
* @param[in] download_id The download ID
* @param[out] temp_path The full path of temporary file
*
* @privlevel public
* @privilege %http://tizen.org/privilege/download
*
+ * @remarks The @a content_name should be released using free().
+ *
* @param[in] download_id The download ID
* @param[out] content_name The content name for displaying to user
*
* @privlevel public
* @privilege %http://tizen.org/privilege/download
*
+ * @remarks The @a title should be released using free().
+ *
* @param[in] download_id The download ID
* @param[out] title The title for displaying to user
*
* @privlevel public
* @privilege %http://tizen.org/privilege/download
*
+ * @remarks The @a description should be released using free().
+ *
* @param[in] download_id The download ID
* @param[out] description The description for displaying to user
*
*
* @remarks The etag value is available or not depending on the web server. \n
* After download is started, it can get the etag value.
+ * @remarks The @a etag should be released using free().
*
* @param[in] download_id The download ID
* @param[out] etag The etag value