From 8bf93c5d9384f1c148f6560182d3c7b837c6f150 Mon Sep 17 00:00:00 2001 From: glima Date: Wed, 10 Aug 2011 21:32:00 +0000 Subject: [PATCH] [elementary] Clarification for a func's doc. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@62318 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/Elementary.h.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/lib/Elementary.h.in b/src/lib/Elementary.h.in index de50669..d1b90c7 100644 --- a/src/lib/Elementary.h.in +++ b/src/lib/Elementary.h.in @@ -2194,9 +2194,13 @@ extern "C" { EAPI void elm_object_focus_custom_chain_set(Evas_Object *obj, Eina_List *objs) EINA_ARG_NONNULL(1); /** - * Unset custom focus chain + * Unset a custom focus chain on a given Elementary widget + * + * @param obj The container object to remove focus chain from + * + * Any focus chain previously set on @p obj (for its child objects) + * is removed entirely after this call. * - * @param obj The container object * @ingroup Focus */ EAPI void elm_object_focus_custom_chain_unset(Evas_Object *obj) EINA_ARG_NONNULL(1); -- 2.7.4