elm elm_index.h: More documentation warning for elm_index_level_go().
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 10 Jan 2013 11:49:51 +0000 (11:49 +0000)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Thu, 10 Jan 2013 11:49:51 +0000 (11:49 +0000)
SVN revision: 82556

legacy/elementary/src/lib/elm_index.h

index abbec76..2aa6615 100644 (file)
@@ -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);