X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fdevel-api%2Fadaptor-framework%2Fapplication-devel.cpp;h=85a43478317e32f45d82ca88beb6e1d939482186;hb=487dbc52b9fbe56f42abafc5ff5f09b54b79765f;hp=8ed500a5f73bb49b06d2122dbe9f401161f469db;hpb=761f75cd51351b7a4e072130f4a2ad0b3e3231bb;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/devel-api/adaptor-framework/application-devel.cpp b/dali/devel-api/adaptor-framework/application-devel.cpp index 8ed500a..85a4347 100644 --- a/dali/devel-api/adaptor-framework/application-devel.cpp +++ b/dali/devel-api/adaptor-framework/application-devel.cpp @@ -1,5 +1,5 @@ /* - * 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. @@ -30,6 +30,11 @@ void PreInitialize( int* argc, char** argv[] ) Internal::Adaptor::Application::PreInitialize( argc, argv ); } +bool AddIdleWithReturnValue( Application application, CallbackBase* callback ) +{ + return Internal::Adaptor::GetImplementation( application ).AddIdle( callback, true ); +} + } // namespace DevelApplication } // namespace Dali