summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk5004.lee <mk5004.lee@samsung.com>2019-11-13 12:41:39 +0900
committermk5004.lee <mk5004.lee@samsung.com>2019-11-13 12:41:39 +0900
commitb3988caa371d64ff55b3231c9dd5f5a46cf4bc25 (patch)
tree74bfc916adffdc9f9f0d54b674f3621237585e21
parentdf697ba31ec57c8062a0c7072f3068190252ec30 (diff)
downloadshortcut-b3988caa371d64ff55b3231c9dd5f5a46cf4bc25.tar.gz
shortcut-b3988caa371d64ff55b3231c9dd5f5a46cf4bc25.tar.bz2
shortcut-b3988caa371d64ff55b3231c9dd5f5a46cf4bc25.zip
Update doxygen
Change-Id: I331c598c2df5adfbf817641d04103c7d65aac2dc Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
-rw-r--r--lib/include/shortcut_manager.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/include/shortcut_manager.h b/lib/include/shortcut_manager.h
index 2318b6f..1a82ba5 100644
--- a/lib/include/shortcut_manager.h
+++ b/lib/include/shortcut_manager.h
@@ -291,8 +291,8 @@ typedef int (*shortcut_list_cb)(const char *package_name, const char *icon, cons
* @param[in] package_name The package name
* @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)
- * @retval @c N Number of items (call count of the callback function)
+ * @return @c N Number of items (call count of the callback function),
+ * otherwise a negative error value
* @retval #SHORTCUT_ERROR_NOT_SUPPORTED Not supported
* @retval #SHORTCUT_ERROR_PERMISSION_DENIED Permission denied
* @retval #SHORTCUT_ERROR_INVALID_PARAMETER Invalid function parameter
@@ -407,7 +407,7 @@ void shortcut_unset_request_cb(void);
* @retval #SHORTCUT_ERROR_COMM Connection not established or communication problem
* @pre You have to prepare a callback function.
* @post If a request is sent from the application, the registered callback will be invoked.
- * @see remove_cb_t
+ * @see shortcut_remove_cb()
* @see shortcut_error_e
*/
int shortcut_set_remove_cb(shortcut_remove_cb remove_cb, void *data);