X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fcontrol-wrapper.h;h=b50852b3ea6e8c728144fec68fd8b479561e5110;hb=d1a97b5cce077def256ed64dbe1221c9d7b8228c;hp=a45c4b579cc7516100a86e6028e0ef55a14bf745;hpb=8d7a2d639ced5d2eb3ce4321653ad4d8b55b0b95;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/control-wrapper.h b/dali-toolkit/devel-api/controls/control-wrapper.h index a45c4b5..b50852b 100644 --- a/dali-toolkit/devel-api/controls/control-wrapper.h +++ b/dali-toolkit/devel-api/controls/control-wrapper.h @@ -45,9 +45,12 @@ public: /** * @brief Create a new instance of a ControlWrapper. * + * @param[in] typeName The name of the type that is registered with this control + * @param[in] implementation The implementation of this control + * * @return A handle to a new ControlWrapper. */ - static ControlWrapper New( Internal::ControlWrapper& implementation ); + static ControlWrapper New( const std::string& typeName, Internal::ControlWrapper& implementation ); /** * @brief Creates an empty ControlWrapper handle.