X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Fdevel-api%2Fobject%2Fhandle-devel.cpp;h=8350e3a68122195286a65e18bcfcf1b07c038ff0;hp=3097836d91bc1741cec65b83813ba1dc00d6a245;hb=72d3e464f0fdaaf6db6206873408e8d845f02cd4;hpb=db93e9c305ec5f37c475ce27cb5cf12a99a6a296 diff --git a/dali/devel-api/object/handle-devel.cpp b/dali/devel-api/object/handle-devel.cpp index 3097836..8350e3a 100644 --- a/dali/devel-api/object/handle-devel.cpp +++ b/dali/devel-api/object/handle-devel.cpp @@ -49,6 +49,11 @@ void SetTypeInfo( Handle& handle, const TypeInfo& typeInfo ) GetImplementation( handle ).SetTypeInfo( &GetImplementation( typeInfo ) ); } +Property::Value GetCurrentProperty( Handle handle, Property::Index index ) +{ + return GetImplementation( handle ).GetCurrentProperty( index ); +} + } // namespace DevelHandle } // namespace Dali