/**
* 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);