From 18d37a0f4da64aa76b483d35c1fd9194114c081c Mon Sep 17 00:00:00 2001 From: SangHyeon Lee Date: Fri, 30 Oct 2015 13:03:00 +0900 Subject: genlist: fix comments --- src/lib/elm_gen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elm_gen.h b/src/lib/elm_gen.h index a05a1f4c6..7e190e279 100644 --- a/src/lib/elm_gen.h +++ b/src/lib/elm_gen.h @@ -57,7 +57,7 @@ typedef Eina_Bool (*Elm_Gen_Item_Filter_Get_Cb)(void *data, * @param obj The base widget object * @param part The part name of the swallow * @param content The content object for reusing - * @return The boolean state of filter for this element + * @return The boolean state of reusing for this content object */ typedef Eina_Bool (*Elm_Gen_Item_Content_Reuse_Cb)(void *data, Evas_Object *obj, const char *part, Evas_Object *content); /**< Content reusing class function for gen item classes. */ -- cgit v1.2.1