From: mk5004.lee Date: Wed, 13 Nov 2019 03:41:39 +0000 (+0900) Subject: Update doxygen X-Git-Tag: accepted/tizen/5.5/unified/20191119.083804~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F83%2F217683%2F1;p=platform%2Fcore%2Fappfw%2Fshortcut.git Update doxygen Change-Id: I331c598c2df5adfbf817641d04103c7d65aac2dc Signed-off-by: mk5004.lee --- 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);