From 42c091ed36a5609da509b89a89f8c036927dd1f0 Mon Sep 17 00:00:00 2001 From: JinYong Park Date: Thu, 26 Oct 2017 13:55:17 +0900 Subject: [PATCH] [elm_deprecated] add param, return type description Change-Id: Iadfb4dc387f54955e983101681322ebb72f58fd5 Signed-off-by: JinYong Park --- src/lib/elm_deprecated.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/lib/elm_deprecated.h b/src/lib/elm_deprecated.h index 85d1e58..bd899e8 100644 --- a/src/lib/elm_deprecated.h +++ b/src/lib/elm_deprecated.h @@ -1902,6 +1902,11 @@ EINA_DEPRECATED EAPI char *elm_access_external_info_get(const Evas_Object *obj); * @deprecated Deprecated since 2.4. * @ingroup Elm_Ctxpopup * + * @param[in] obj The object. + * @param[in] direction The direction to check available to show ctxpopup. + * + * @return EINA_TRUE if object is available to show with @p direction. + * * @if MOBILE @since_tizen 2.3 * @elseif WEARABLE @since_tizen 2.3.1 * @endif @@ -1928,6 +1933,8 @@ EINA_DEPRECATED EAPI void elm_index_priority_set(Evas_Object *obj, int priority) * shown as many items as it can, and other group will be shown one character * only. * + * @param[in] obj The object. + * * @return @c priority target priority value in index * * @see Use elm_index_standard_priority_get() -- 2.7.4