From 18343ceca0cb831b3d7816d3d044b479bb24917e Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Thu, 10 Jan 2013 11:49:51 +0000 Subject: [PATCH] elm elm_index.h: More documentation warning for elm_index_level_go(). SVN revision: 82556 --- legacy/elementary/src/lib/elm_index.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/legacy/elementary/src/lib/elm_index.h b/legacy/elementary/src/lib/elm_index.h index abbec76..2aa6615 100644 --- a/legacy/elementary/src/lib/elm_index.h +++ b/legacy/elementary/src/lib/elm_index.h @@ -552,14 +552,16 @@ EAPI void elm_index_item_clear(Evas_Object *obj); /** * 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 + * 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) where changes were made * + * @warning If not called, it won't display the index properly. + * * @ingroup Index */ EAPI void elm_index_level_go(Evas_Object *obj, int level); -- 2.7.4