From: JinYong Park Date: Thu, 26 Oct 2017 04:55:17 +0000 (+0900) Subject: [elm_deprecated] add param, return type description X-Git-Tag: submit/tizen/20171101.082936~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=42c091ed36a5609da509b89a89f8c036927dd1f0;p=platform%2Fupstream%2Felementary.git [elm_deprecated] add param, return type description Change-Id: Iadfb4dc387f54955e983101681322ebb72f58fd5 Signed-off-by: JinYong Park --- diff --git a/src/lib/elm_deprecated.h b/src/lib/elm_deprecated.h index 85d1e5817..bd899e88e 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()