Update description 92/109292/1 accepted/tizen_3.0_common accepted/tizen_3.0_ivi accepted/tizen_3.0_mobile accepted/tizen_3.0_tv accepted/tizen_3.0_wearable tizen_3.0_tv accepted/tizen/3.0/common/20170111.161538 accepted/tizen/3.0/ivi/20170111.085353 accepted/tizen/3.0/mobile/20170111.085258 accepted/tizen/3.0/tv/20170111.085318 accepted/tizen/3.0/wearable/20170111.085335 submit/tizen_3.0/20170110.031100
authorMinje Ahn <minje.ahn@samsung.com>
Tue, 10 Jan 2017 00:12:55 +0000 (09:12 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Tue, 10 Jan 2017 00:12:55 +0000 (09:12 +0900)
Add remarks in callback function

Change-Id: I491167b6fee76a8ab19d9234763e14d6f1eee100
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
include/thumbnail_util_type.h

index b76a2a7eaa32beb4d5826cf6d97197a23467190c..e87b5454808f7fae54d63a2a9a2976e4d701837e 100755 (executable)
@@ -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.
  *