X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fimages%2Fpixel-data.h;h=b75a4e5453b0fab775ce9cf1836af81eb2788544;hb=dbbe326c4c5dd97df1796c8e59d6ed2a1231d8f0;hp=fd830d837e0793525ca5c32cd6fd4aa3ee4fd7f6;hpb=6bee260dd562834d1c5c7c5d67300badde65104d;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/images/pixel-data.h b/dali/public-api/images/pixel-data.h index fd830d8..b75a4e5 100644 --- a/dali/public-api/images/pixel-data.h +++ b/dali/public-api/images/pixel-data.h @@ -40,6 +40,10 @@ class DALI_IMPORT_API PixelData : public BaseHandle { public: + /** + * @brief Function to release the pixel buffer + * @SINCE_1_1.43 + */ enum ReleaseFunction { FREE, ///< Use free function to release the pixel buffer @SINCE_1_1.43 @@ -56,6 +60,7 @@ public: * @param[in] height Buffer height in pixels * @param[in] pixelFormat The pixel format * @param[in] releaseFunction The function used to release the memory. + * @return A handle to the PixelData */ static PixelData New( unsigned char* buffer, unsigned int bufferSize,