From 0bd6ec53f8eb4204d72c8bb0a524cbcafb1bb439 Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Wed, 11 Jan 2017 09:09:15 +0900 Subject: [PATCH] Update descriptions of request_id Reinforce API descriptions to make it easier to use Change-Id: I436bc5aa8e70a7a8aa5ffeab968a3ba3983bb371 Signed-off-by: Minje Ahn --- include/thumbnail_util.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/thumbnail_util.h b/include/thumbnail_util.h index 383072a..0482905 100755 --- a/include/thumbnail_util.h +++ b/include/thumbnail_util.h @@ -55,6 +55,8 @@ int thumbnail_util_create(thumbnail_h *thumb); * @brief Extracts the thumbnail for the given media, asynchronously. * @details This function extracts the thumbnail for given media item and calls registered * callback function for completion of extracting the thumbnail.\n + * You can distinguish generated thumbnails by @a request_id. Therefore, the @a request_id must be maintained until the request is completed. \n + * And the @a request_id is also used to cancel the request. * * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * -- 2.34.1