Fix api param description 10/83110/2
authorHyunho Kang <hhstark.kang@samsung.com>
Tue, 9 Aug 2016 07:57:04 +0000 (16:57 +0900)
committerSemun Lee <sm79.lee@samsung.com>
Tue, 9 Aug 2016 08:19:16 +0000 (01:19 -0700)
- widget_service_get_supported_sizes
- widget_service_get_supported_size_types

Change-Id: I53b0d53505240d07e752bdff86d75a585fd4f5d5
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
include/widget_service.h

index 6053c2a1da2560ce4502881acb067a2a51958721..13d5280e63db74e7770a24dccb2be416165efb80 100644 (file)
@@ -426,7 +426,7 @@ extern int widget_service_get_nodisplay(const char *widget_id);
  * @privlevel public
  * @privilege %http://tizen.org/privilege/widget.viewer
  * @param[in] widget_id appid of widget application
- * @param[out] cnt Count of array w and h
+ * @param[in,out] cnt Count of array w and h
  * @param[out] w Width array
  * @param[out] h Height array
  * @return 0 on success, otherwise a negative error value
@@ -443,7 +443,7 @@ extern int widget_service_get_supported_sizes(const char *widget_id, int *cnt, i
  * @since_tizen 2.3.1
  * @param[in] widgetid appid of widget application
  * @param[in] cnt Size of types array
- * @param[out] cnt Result count of types array
+ * @param[in,out] cnt Result count of types array
  * @param[out] types Array of types
  * @privlevel public
  * @privilege %http://tizen.org/privilege/widget.viewer