summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseungha.son <seungha.son@samsung.com>2016-09-23 10:42:15 +0900
committerseungha.son <seungha.son@samsung.com>2016-09-23 10:42:41 +0900
commit488fbfdfffe5357c3f362e48b3b3a5b9fead4d36 (patch)
treed7ddb73808b4235e89a70049e654c25df292e767
parent7caf3dd31063fe6c5531d23f4795e4ddd978abc8 (diff)
downloadshortcut-488fbfdfffe5357c3f362e48b3b3a5b9fead4d36.tar.gz
shortcut-488fbfdfffe5357c3f362e48b3b3a5b9fead4d36.tar.bz2
shortcut-488fbfdfffe5357c3f362e48b3b3a5b9fead4d36.zip
Fix wrong header description
Signed-off-by: seungha.son <seungha.son@samsung.com> Change-Id: I7c23f2512adbddbac6f91d2016f53192c35bc580
-rwxr-xr-xlib/include/shortcut_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/include/shortcut_manager.h b/lib/include/shortcut_manager.h
index b9567db..0b8b153 100755
--- a/lib/include/shortcut_manager.h
+++ b/lib/include/shortcut_manager.h
@@ -185,7 +185,7 @@ extern int shortcut_add_to_home(const char *name, shortcut_type type, const char
* @privilege %http://tizen.org/privilege/shortcut
*
* @param[in] name The name of the created widget. Will be shown when the widget is not prepared.
- * @param[in] size_type The size of widget
+ * @param[in] size The size of widget
* @param[in] widget_id Widget id
* @param[in] icon The absolute path of an icon file. Will be shown when the widget is not prepared.
* @param[in] period The Update period in seconds
@@ -270,7 +270,7 @@ typedef int (*shortcut_list_cb)(const char *package_name, const char *icon, cons
* @privlevel public
* @privilege %http://tizen.org/privilege/shortcut
* @param[in] package_name The package name
- * @param[in] shortcut_list_cb The callback function to get the shortcut item information
+ * @param[in] list_cb The callback function to get the shortcut item information
* @param[in] data The callback data that is used in the callback function
*
* @return The return type (int)