X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Flayouting%2Fflex-node.h;h=d19c90b912b9503cb90f019b8dfcf232d054b6eb;hp=677fab0b8a7f21b59eaf6c0a3399cb89cdbe2b06;hb=9ddd5fea6278d06b8874988498c7c4c6508750ba;hpb=1d82abb8a1a514ce0af63004706135fb7883f89b diff --git a/dali-toolkit/devel-api/layouting/flex-node.h b/dali-toolkit/devel-api/layouting/flex-node.h index 677fab0..d19c90b 100644 --- a/dali-toolkit/devel-api/layouting/flex-node.h +++ b/dali-toolkit/devel-api/layouting/flex-node.h @@ -2,7 +2,7 @@ #define DALI_TOOLKIT_LAYOUTING_FLEX_NODE_H /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 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. @@ -113,8 +113,9 @@ struct SizeTuple * @note int, width measure specifcation mode * @note float, available height for child * @note int, height measure specification mode + * @note SizeTuple, return value */ -using MeasureCallback = SizeTuple (*)(Dali::Actor, float, int, float, int); +using MeasureCallback = void (*)(Dali::Actor, float, int, float, int, SizeTuple*); /** * This class provides the API for calling into the Flex layout implementation.