From: Minje Ahn Date: Tue, 10 Jan 2017 00:12:55 +0000 (+0900) Subject: Update description X-Git-Tag: submit/tizen_3.0.m2/20170110.032702^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F18%2F109318%2F1;p=platform%2Fcore%2Fapi%2Fthumbnail-util.git Update description Add remarks in callback function Change-Id: I491167b6fee76a8ab19d9234763e14d6f1eee100 Signed-off-by: Minje Ahn (cherry picked from commit c3a7eff0ffa8bd9772662b35f8bdc21f3bda40b2) --- diff --git a/include/thumbnail_util_type.h b/include/thumbnail_util_type.h index b76a2a7..e87b545 100755 --- a/include/thumbnail_util_type.h +++ b/include/thumbnail_util_type.h @@ -64,7 +64,8 @@ typedef struct thumbnail_s *thumbnail_h; * @brief Called when creating the thumbnail. * @since_tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif * @remarks Color space of the generated thumbnail is BGRA. \n - * The callback is called in a separate thread(not in the main loop). + * The callback is called in a separate thread(not in the main loop). \n + * You must release @a thumb_data using free(). * * @details This callback is called for completion of generating the thumbnail. *