From 8acb4820bc8d9b6a67e3edf6ae5b16eadedaf1ee Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Tue, 4 Feb 2014 01:34:34 +0900 Subject: [PATCH] elm: Fixed comments and documentations on test_focus and genlist header. --- legacy/elementary/src/bin/test_focus.c | 2 +- legacy/elementary/src/lib/elm_genlist_legacy.h | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/legacy/elementary/src/bin/test_focus.c b/legacy/elementary/src/bin/test_focus.c index 4bdbf65929..beceace318 100644 --- a/legacy/elementary/src/bin/test_focus.c +++ b/legacy/elementary/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/legacy/elementary/src/lib/elm_genlist_legacy.h b/legacy/elementary/src/lib/elm_genlist_legacy.h index 3073a42e2e..fb699d0a57 100644 --- a/legacy/elementary/src/lib/elm_genlist_legacy.h +++ b/legacy/elementary/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. *