Fix API Reference 23/204723/1
authorIlho Kim <ilho159.kim@samsung.com>
Fri, 26 Apr 2019 04:08:53 +0000 (13:08 +0900)
committerIlho Kim <ilho159.kim@samsung.com>
Fri, 26 Apr 2019 04:09:56 +0000 (13:09 +0900)
Change-Id: I554bf16d073ddad60be730ccd7b5a0492d8ecadf
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
include/package_manager.h

index 20c983d..5082960 100644 (file)
@@ -447,7 +447,6 @@ int package_manager_clear_cache_dir(const char *package_id);
  * @return @c 0 on success,
  *         otherwise a negative error value
  * @retval #PACKAGE_MANAGER_ERROR_NONE              Successful
- * @retval #PACKAGE_MANAGER_ERROR_INVALID_PARAMETER Invalid parameter
  * @retval #PACKAGE_MANAGER_ERROR_NO_SUCH_PACKAGE   No such package
  * @retval #PACKAGE_MANAGER_ERROR_PERMISSION_DENIED Permission denied
  * @retval #PACKAGE_MANAGER_ERROR_OUT_OF_MEMORY     Out of memory
@@ -527,7 +526,6 @@ int package_manager_get_package_size_info(const char *package_id, package_manage
 
 
 /**
- * @platform
  * @brief Gets the total package size information, asynchronously.
  * @details The total package size info is asynchronously obtained by the callback function.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
@@ -827,7 +825,6 @@ typedef void (*package_manager_request_event_cb) (int id, const char *type, cons
 
 
 /**
- * @platform
  * @brief Creates a request handle to the package manager.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @remarks You must release @a request using package_manager_request_destroy().
@@ -844,7 +841,6 @@ int package_manager_request_create(package_manager_request_h *request);
 
 
 /**
- * @platform
  * @brief Destroys the request handle to the package manager.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @param[in] request The request handle to the package manager
@@ -858,7 +854,6 @@ int package_manager_request_destroy(package_manager_request_h request);
 
 
 /**
- * @platform
  * @brief Registers a callback function to be invoked when the progress of the request changes.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @privlevel public
@@ -879,7 +874,6 @@ int package_manager_request_set_event_cb(package_manager_request_h request, pack
 
 
 /**
- * @platform
  * @brief Unregisters the callback function.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @param[in] request The request handle
@@ -894,7 +888,6 @@ int package_manager_request_unset_event_cb(package_manager_request_h request);
 
 
 /**
- * @platform
  * @brief Sets the type of the package to install, uninstall, or update.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @param[in] request The request handle
@@ -908,7 +901,6 @@ int package_manager_request_set_type(package_manager_request_h request, const ch
 
 
 /**
- * @platform
  * @brief Sets the mode of the request.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
  * @param[in] request The request handle