Fix wrong header description 56/89256/1
authorseungha.son <seungha.son@samsung.com>
Fri, 23 Sep 2016 01:42:15 +0000 (10:42 +0900)
committerseungha.son <seungha.son@samsung.com>
Fri, 23 Sep 2016 01:42:41 +0000 (10:42 +0900)
Signed-off-by: seungha.son <seungha.son@samsung.com>
Change-Id: I7c23f2512adbddbac6f91d2016f53192c35bc580

lib/include/shortcut_manager.h

index b9567db..0b8b153 100755 (executable)
@@ -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)