From 8dbdcc227c5f7508b038fa3ecbb297d664509519 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Thu, 10 Jan 2013 11:42:08 +0000 Subject: [PATCH] fix docs. SVN revision: 82553 --- src/lib/elm_index.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/lib/elm_index.h b/src/lib/elm_index.h index 76c0fc2..abbec76 100644 --- a/src/lib/elm_index.h +++ b/src/lib/elm_index.h @@ -551,10 +551,14 @@ EAPI Elm_Object_Item *elm_index_item_find(Evas_Object *obj, const void *dat EAPI void elm_index_item_clear(Evas_Object *obj); /** - * Go to a given items level on a index widget + * Flush the changes made to the index items so they work correctly + * + * This flushes any changes made to items indicating the object is ready to + * "go. You should call this before any changes you expect to work. This + * is similar to elm_list_go(). * * @param obj The index object - * @param level The index level (one of @c 0 or @c 1) + * @param level The index level (one of @c 0 or @c 1) where changes were made * * @ingroup Index */ -- 2.7.4