summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSangHyeon Lee <sh10233.lee@samsung.com>2015-10-30 13:03:00 +0900
committerSangHyeon Lee <sh10233.lee@samsung.com>2015-10-30 13:03:00 +0900
commit18d37a0f4da64aa76b483d35c1fd9194114c081c (patch)
tree25a7b2cba599232ab000187549d9347cf8deac94
parente381adb917323feeb2877ea7088e53f25d8bd2a7 (diff)
downloadelementary-devs/sanghyeonlee/develop.tar.gz
genlist: fix commentsdevs/sanghyeonlee/develop
-rw-r--r--src/lib/elm_gen.h2
1 files changed, 1 insertions, 1 deletions
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. */