summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaehyeon Jung <darrenh.jung@samsung.com>2017-08-30 13:53:59 +0900
committerHyunho Kang <hhstark.kang@samsung.com>2017-09-21 17:49:31 +0900
commit948b351ba2463236fdb977c145d7abe55e63213f (patch)
treea395946865b58397bd34638e5b846f744b527909
parentcde56de54ed8022fc4ef199f49d66208e368e101 (diff)
downloadappcore-widget-948b351ba2463236fdb977c145d7abe55e63213f.tar.gz
appcore-widget-948b351ba2463236fdb977c145d7abe55e63213f.tar.bz2
appcore-widget-948b351ba2463236fdb977c145d7abe55e63213f.zip
Fix wrong description
Change-Id: Ic1a7a27fb1442e32d0ffbee03c23d014d842e957
-rwxr-xr-xinclude/widget_app.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/widget_app.h b/include/widget_app.h
index cf1b275..9e309d2 100755
--- a/include/widget_app.h
+++ b/include/widget_app.h
@@ -353,7 +353,7 @@ const char *widget_app_get_id(widget_context_h context);
* @return The new widget class object,
* NULL on error
* @exception #WIDGET_ERROR_NONE Successfully added
- * @exception #WIDGET_ERROR_INVALID_PARAMETER Not supported
+ * @exception #WIDGET_ERROR_INVALID_PARAMETER Invalid parameter
* @exception #WIDGET_ERROR_NOT_SUPPORTED Not supported
* @exception #WIDGET_ERROR_OUT_OF_MEMORY Out of memory
* @see get_last_result()
@@ -432,7 +432,7 @@ int widget_app_context_set_title(widget_context_h context, const char *title);
* @return The new widget class object,
* NULL on error
* @exception #WIDGET_ERROR_NONE Successfully added
- * @exception #WIDGET_ERROR_INVALID_PARAMETER Not supported
+ * @exception #WIDGET_ERROR_INVALID_PARAMETER Invalid parameter
* @exception #WIDGET_ERROR_NOT_SUPPORTED Not supported
* @exception #WIDGET_ERROR_OUT_OF_MEMORY Out of memory
* @see get_last_result()