Change-Id: I064e07db97905183d114c044295652274e160283
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
/**
* @ingroup CAPI_RPC_PORT_MODULE
* @defgroup CAPI_RPC_PORT_PARCEL_MODULE RPC Port Parcel
- * @brief The @ref CAPI_RPC_PORT_PRCEL_MODULE API provides functions to make parcel data
+ * @brief The @ref CAPI_RPC_PORT_PARCEL_MODULE API provides functions to make parcel data
* @section CAPI_PACKAGE_INFO_MODULE_HEADER Required Header
* \#include <rpc-port-parcel.h>
*
/**
* @brief Enumeration for error codes of a rpc port.
- * @since_tizen 4.0
+ * @since_tizen 5.0
*/
typedef enum {
RPC_PORT_ERROR_NONE = TIZEN_ERROR_NONE, /**< Successful */
* @return @c 0 on success,
* otherwise a negative error value
* @retval #RPC_PORT_ERROR_NONE Successful
+ * @retval #RPC_PORT_ERROR_INVALID_PARAMETER The specified @a h is NULL
* @see rpc_port_proxy_destroy()
*/
int rpc_port_proxy_create(rpc_port_proxy_h *h);