fix wrong function name for widget service description 80/241280/2
authorSukHyung, Kang <shine.kang@samsung.com>
Wed, 19 Aug 2020 04:28:47 +0000 (13:28 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Wed, 19 Aug 2020 04:46:31 +0000 (13:46 +0900)
Change-Id: I22bd62d0826a938077fe784f9fd9d1c8353dc1c6
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
include/widget_service.h

index 2d3bb9c..1105be7 100644 (file)
@@ -362,7 +362,7 @@ int widget_service_get_widget_list_by_pkgid(const char *pkgid, widget_list_by_pk
  * @exception #WIDGET_ERROR_FAULT Fault
  * @exception #WIDGET_ERROR_NOT_EXIST Not exists
  * @pre Must release returned string manually.
- * @see widget_service_package_id()
+ * @see widget_service_get_package_id()
  */
 char *widget_service_get_widget_id(const char *id);
 
@@ -409,7 +409,7 @@ char *widget_service_get_app_id_of_setup_app(const char *widget_id);
  * @exception #WIDGET_ERROR_FAULT Fault
  * @exception #WIDGET_ERROR_NOT_EXIST Not exists
  * @post Returned string must be free'd manually.
- * @see widget_service_widget_id()
+ * @see widget_service_get_widget_id()
  */
 char *widget_service_get_package_id(const char *widget_id);
 
@@ -433,8 +433,8 @@ char *widget_service_get_package_id(const char *widget_id);
  * @exception #WIDGET_ERROR_FAULT Fault
  * @exception #WIDGET_ERROR_NOT_EXIST Not exists
  * @post Returned string must be freed manually.
- * @see widget_service_i18n_icon()
- * @see widget_service_preview()
+ * @see widget_service_get_icon()
+ * @see widget_service_get_preview_image_path()
  */
 char *widget_service_get_name(const char *widget_id, const char *lang);