X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Ftext-controls%2Ftext-label.h;h=2d91933ea9b5f89538400bd6270526488dd0d666;hb=HEAD;hp=3f0323f84495be3042c50b84e95d404487b373f9;hpb=b3f769e350cf3c159ab22bd947f1e98d47cb4038;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/text-controls/text-label.h b/dali-toolkit/public-api/controls/text-controls/text-label.h index 3f0323f..2d91933 100644 --- a/dali-toolkit/public-api/controls/text-controls/text-label.h +++ b/dali-toolkit/public-api/controls/text-controls/text-label.h @@ -382,7 +382,7 @@ public: static TextLabel New(const std::string& text); /** - * @brief Creates the TextLabel control with additional behavior. + * @brief Creates the TextLabel control with additional behaviour. * * @SINCE_2_1.8 * @param[in] additionalBehaviour Additional control behaviour @@ -391,7 +391,7 @@ public: static TextLabel New(ControlBehaviour additionalBehaviour); /** - * @brief Creates the TextLabel control with additional behavior. + * @brief Creates the TextLabel control with additional behaviour. * * @SINCE_2_1.8 * @param[in] additionalBehaviour Additional control behaviour @@ -420,7 +420,7 @@ public: * * @param[in] rhs A reference to the moved handle */ - TextLabel(TextLabel&& rhs); + TextLabel(TextLabel&& rhs) noexcept; /** * @brief Assignment operator. @@ -438,7 +438,7 @@ public: * @param[in] rhs A reference to the moved handle * @return A reference to this */ - TextLabel& operator=(TextLabel&& rhs); + TextLabel& operator=(TextLabel&& rhs) noexcept; /** * @brief Destructor.