From 746c429aeed21e9fb7300db67173a28a9435bf1e Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Mon, 27 May 2013 09:57:19 +0900 Subject: [PATCH] change API to method Change-Id: I4e9b2dddb1c45351ffeb197522bbf1b63c28c343 --- inc/FUiContainer.h | 14 +++++++------- inc/FUiControl.h | 4 ++-- inc/FUiCtrlExpandableEditArea.h | 4 ++-- inc/FUiCtrlISearchBarEventListener.h | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/inc/FUiContainer.h b/inc/FUiContainer.h index 21d37fd..99f152f 100644 --- a/inc/FUiContainer.h +++ b/inc/FUiContainer.h @@ -68,7 +68,7 @@ public: * Adds the control at the end of the list maintained by the container. * * @brief [Deprecated] - * @deprecated This API is deprecated. + * @deprecated This method is deprecated. * @since 2.0 * * @return An error code @@ -252,7 +252,7 @@ public: * Removes the specified control from the container. * * @brief [Deprecated] - * @deprecated This API is deprecated. + * @deprecated This method is deprecated. * @since 2.0 * * @return An error code @@ -416,7 +416,7 @@ public: * Checks whether the specified control is a child or descendant of the container. * * @brief [Deprecated] - * @deprecated This API is deprecated. + * @deprecated This method is deprecated. * @since 2.0 * * @return @c true if the specified control is within the containment hierarchy of the container, @n @@ -492,7 +492,7 @@ public: * the drawing stack. * * @brief [Deprecated] - * @deprecated This API is deprecated. + * @deprecated This method is deprecated. * @since 2.0 * * @return @c true if the specified child control is set as always at the bottom, @n @@ -530,7 +530,7 @@ public: * the drawing stack. * * @brief [Deprecated] - * @deprecated This API is deprecated. + * @deprecated This method is deprecated. * @since 2.0 * * @return @c true if the specified child control is set as always on the top, @n @@ -718,7 +718,7 @@ protected: * Gets the index of the specified control. * * @brief [Deprecated] - * @deprecated This API is deprecated. + * @deprecated This method is deprecated. * @since 2.0 * @return An error code * @param[in] control The control @@ -749,7 +749,7 @@ protected: * Sets the control at the specified index. * * @brief [Deprecated] - * @deprecated This API is deprecated. + * @deprecated This method is deprecated. * @since 2.0 * * @return An error code diff --git a/inc/FUiControl.h b/inc/FUiControl.h index 6fbc17c..dfc1c7d 100644 --- a/inc/FUiControl.h +++ b/inc/FUiControl.h @@ -1667,7 +1667,7 @@ public: * The added gesture detector receives touch events prior to %Control. * * @brief [Deprecated] - * @deprecated This API is deprecated. + * @deprecated This method is deprecated. * @since 2.0 * * @return An error code @@ -1695,7 +1695,7 @@ public: * Removes the gesture detector from the %Control. * * @brief [Deprecated] - * @deprecated This API is deprecated. + * @deprecated This method is deprecated. * @since 2.0 * * @return An error code diff --git a/inc/FUiCtrlExpandableEditArea.h b/inc/FUiCtrlExpandableEditArea.h index 165a29a..dc6a3c0 100644 --- a/inc/FUiCtrlExpandableEditArea.h +++ b/inc/FUiCtrlExpandableEditArea.h @@ -1475,7 +1475,7 @@ public: * Enables or disables the auto resizing if the candidate word list appears. * * @brief [Deprecated] - * @deprecated This API is deprecated because it is no longer necessary to handle the resizing of expandable edit area. + * @deprecated This method is deprecated because it is no longer necessary to handle the resizing of expandable edit area. * @since 2.0 * * @return An error code @@ -1498,7 +1498,7 @@ public: * Checks whether the auto-resizing is enabled. * * @brief [Deprecated] - * @deprecated This API is deprecated because it is no longer necessary to handle the resizing of expandable edit area. + * @deprecated This method is deprecated because it is no longer necessary to handle the resizing of expandable edit area. * @since 2.0 * * @return @c true if the auto-resizing is enabled, @n diff --git a/inc/FUiCtrlISearchBarEventListener.h b/inc/FUiCtrlISearchBarEventListener.h index 7302d5f..2f54f1d 100644 --- a/inc/FUiCtrlISearchBarEventListener.h +++ b/inc/FUiCtrlISearchBarEventListener.h @@ -82,7 +82,7 @@ public: * whereas current Form's header visibility is not modified in Tizen. * * @section CompSearchModeChangedPage SolutionSection Resolutions - * It is recommended to use Tizen API. @n + * It is recommended to use %Tizen API. @n */ // Reserves -- 2.7.4