X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fimages%2Fimage.h;h=7c649a2530f0465cd9dbb99100c24070e925ac75;hb=646f736e77b085c86e982c0d1d4b895c2a431330;hp=608a5bb4b62bd2132b1cfe896049f865a5fbf427;hpb=6880c75d27cd5ace88d7d2484566b31c63e6df11;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/public-api/images/image.h b/dali/public-api/images/image.h index 608a5bb..7c649a2 100644 --- a/dali/public-api/images/image.h +++ b/dali/public-api/images/image.h @@ -2,7 +2,7 @@ #define __DALI_IMAGE_H__ /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2018 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,6 +20,7 @@ // EXTERNAL INCLUDES #include +#include // uint32_t // INTERNAL INCLUDES #include @@ -57,7 +58,7 @@ class Image; * | uploaded | @ref UploadedSignal() | * @SINCE_1_0.0 */ -class DALI_IMPORT_API Image : public BaseHandle +class DALI_CORE_API Image : public BaseHandle { public: @@ -138,7 +139,7 @@ public: * @SINCE_1_0.0 * @return Width of the image in pixels */ - unsigned int GetWidth() const DALI_DEPRECATED_API; + uint32_t GetWidth() const DALI_DEPRECATED_API; /** * @DEPRECATED_1_2.41 @@ -150,7 +151,7 @@ public: * @SINCE_1_0.0 * @return Height of the image in pixels */ - unsigned int GetHeight() const DALI_DEPRECATED_API; + uint32_t GetHeight() const DALI_DEPRECATED_API; public: // Signals