X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fvisuals%2Fimage-visual-properties.h;h=0ba2a56da843aaa1da35d0a53ab2dfea3706e104;hb=fd7c27ef0918e8c5d734d4dcaee0d199ce134556;hp=2586547dc49d16fbd1325a4db6b88456d81dc656;hpb=7d48264f93e481a3dccf5c1d744fe321ec77001e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/visuals/image-visual-properties.h b/dali-toolkit/public-api/visuals/image-visual-properties.h index 2586547..0ba2a56 100644 --- a/dali-toolkit/public-api/visuals/image-visual-properties.h +++ b/dali-toolkit/public-api/visuals/image-visual-properties.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_IMAGE_VISUAL_PROPERTIES_H /* - * Copyright (c) 2022 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 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. @@ -242,7 +242,7 @@ enum LOAD_POLICY, /** - * @brief The policy to determine when an image should no longer be cached. + * @brief The policy to determine when an image request to be released so should no longer be cached. * @details Name "releasePolicy", Type ReleasePolicy::Type (Property::INTEGER) or Property::STRING * @SINCE_1_3_5 * @note Default ReleasePolicy::DETACHED @@ -281,7 +281,7 @@ enum Type } // namespace LoadPolicy /** - * @brief The policy determining when a image is deleted from the cache in relation to the ImageVisual lifetime. + * @brief The policy determining when a image is requested to be deleted from the cache in relation to the ImageVisual lifetime. * @SINCE_1_3_5 * @note If the texture is being shared by another visual it persist if still required. */