From 45725c1f6a2ba4f3d1cee62b94154d4398a38c59 Mon Sep 17 00:00:00 2001 From: "SukHyung, Kang" Date: Wed, 19 Aug 2020 12:56:08 +0900 Subject: [PATCH] fix wrong description for shortcut Change-Id: I0193652b1e75c7f765aacd69d293e02f7c26d5a9 Signed-off-by: SukHyung, Kang --- lib/include/shortcut_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/include/shortcut_manager.h b/lib/include/shortcut_manager.h index 1a82ba5..952c1bc 100644 --- a/lib/include/shortcut_manager.h +++ b/lib/include/shortcut_manager.h @@ -365,7 +365,7 @@ typedef int (*shortcut_remove_cb)(const char *package_name, const char *name, in * @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 request_cb_t + * @see shortcut_request_cb() * @see shortcut_error_e */ int shortcut_set_request_cb(shortcut_request_cb request_cb, void *data); -- 2.7.4