seoz pushed a commit to branch master.

http://git.enlightenment.org/core/elementary.git/commit/?id=5ac13f70bf37e16c154f54732fb8c1b948f57315

commit 5ac13f70bf37e16c154f54732fb8c1b948f57315
Author: Daniel Juyung Seo <[email protected]>
Date:   Tue Feb 4 01:34:34 2014 +0900

    elm: Fixed comments and documentations on test_focus and genlist header.
---
 src/bin/test_focus.c         | 2 +-
 src/lib/elm_genlist_legacy.h | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/bin/test_focus.c b/src/bin/test_focus.c
index 4bdbf65..beceace 100644
--- a/src/bin/test_focus.c
+++ b/src/bin/test_focus.c
@@ -557,7 +557,7 @@ test_focus2(void *data EINA_UNUSED, Evas_Object *obj 
EINA_UNUSED, void *event_in
    evas_object_show(win);
 }
 
-/**** focus 3 ****/
+/**** focus hide/del ****/
 
 static Evas_Object *foc = NULL;
 
diff --git a/src/lib/elm_genlist_legacy.h b/src/lib/elm_genlist_legacy.h
index 3073a42..fb699d0 100644
--- a/src/lib/elm_genlist_legacy.h
+++ b/src/lib/elm_genlist_legacy.h
@@ -631,15 +631,14 @@ EAPI void elm_genlist_select_mode_set(Evas_Object *obj, 
Elm_Object_Select_Mode m
 EAPI Elm_Object_Select_Mode elm_genlist_select_mode_get(const Evas_Object 
*obj);
 
 /**
- * Set whether the genlist items' should be highlighted when item selected.
+ * Set whether the genlist items should be highlighted on item selection.
  *
  * @param obj The genlist object.
  * @param highlight @c EINA_TRUE to enable highlighting or @c EINA_FALSE to
  * disable it.
  *
- * This will turn on/off the highlight effect when item selection and
- * they will, or will not highlighted. The selected and clicked
- * callback functions will still be called.
+ * This will turn on/off the highlight effect on item selection. The selected
+ * and clicked callback functions will still be called.
  *
  * Highlight is enabled by default.
  *

-- 


Reply via email to