diff options
author | Hyunho Kang <hhstark.kang@samsung.com> | 2016-08-09 16:57:04 +0900 |
---|---|---|
committer | Semun Lee <sm79.lee@samsung.com> | 2016-08-09 01:19:16 -0700 |
commit | c2cb38b3694ed3803ac8e20b9e3abdd892e40ac5 (patch) | |
tree | 4aebf7e6e5cb67f54379383725d90bea71048dff | |
parent | 131dfa63ae4cd8d6decac5a1e8409f8abd53b715 (diff) | |
download | widget-service-c2cb38b3694ed3803ac8e20b9e3abdd892e40ac5.tar.gz widget-service-c2cb38b3694ed3803ac8e20b9e3abdd892e40ac5.tar.bz2 widget-service-c2cb38b3694ed3803ac8e20b9e3abdd892e40ac5.zip |
Fix api param description
- widget_service_get_supported_sizes
- widget_service_get_supported_size_types
Change-Id: I53b0d53505240d07e752bdff86d75a585fd4f5d5
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
-rw-r--r-- | include/widget_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/widget_service.h b/include/widget_service.h index 6053c2a..13d5280 100644 --- a/include/widget_service.h +++ b/include/widget_service.h @@ -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 |