X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fcontrol.h;h=a7aee353f7c796670da284fc424e8c4648ac3a57;hb=d0c8d5e919188a5be7b42f8de86a43ba6b6290fa;hp=7d7194866f8736035dce7c110ca41096af180b3c;hpb=1d82abb8a1a514ce0af63004706135fb7883f89b;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/control.h b/dali-toolkit/public-api/controls/control.h index 7d71948..a7aee35 100644 --- a/dali-toolkit/public-api/controls/control.h +++ b/dali-toolkit/public-api/controls/control.h @@ -456,14 +456,12 @@ public: * @note A RelayoutRequest is queued by Control before this signal is emitted */ ResourceReadySignalType& ResourceReadySignal(); - public: // Intended for control developers /** * @brief Creates an initialized Control. * * @SINCE_1_0.0 * @param[in] implementation The implementation for this control - * @return A handle to a newly allocated Dali resource * @note Should NOT be called to create a handle from the implementation. As stated, this allocates a NEW Dali resource. */ explicit Control(Internal::Control& implementation);