From 854b8960e9b892d06c1a133d3104287d5c3cd630 Mon Sep 17 00:00:00 2001 From: Daniel Juyung Seo Date: Fri, 15 Jun 2012 07:58:05 +0000 Subject: [PATCH] elm test_genlist.c: Add separator for each test case. SVN revision: 72172 --- legacy/elementary/src/bin/test_genlist.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/legacy/elementary/src/bin/test_genlist.c b/legacy/elementary/src/bin/test_genlist.c index cb7f62807a..541a734e51 100644 --- a/legacy/elementary/src/bin/test_genlist.c +++ b/legacy/elementary/src/bin/test_genlist.c @@ -904,8 +904,8 @@ test_genlist4(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_in evas_object_show(win); } - /*************/ + static void my_gl_item_check_changed2(void *data, Evas_Object *obj, void *event_info __UNUSED__) { @@ -2013,6 +2013,8 @@ test_genlist11(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_i evas_object_show(win); } +/*************/ + char *gl12_text_get(void *data __UNUSED__, Evas_Object *obj __UNUSED__, const char *part __UNUSED__) { return strdup("Enlightenment is not just a window manager for Linux/X11 and others, but also a whole suite of libraries to help you create beautiful user interfaces with much less work than doing it the old fashioned way and fighting with traditional toolkits, not to mention a traditional window manager. It covers uses from small mobile devices like phones all the way to powerful multi-core desktops (which are the primary development environment)."); @@ -2061,6 +2063,8 @@ test_genlist12(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_i evas_object_show(win); } +/*************/ + static int gl13_cmp(const void *pa, const void *pb) { @@ -2146,6 +2150,8 @@ test_genlist13(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_i evas_object_show(win); } +/*************/ + static void my_gl_insert_before_rel(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) { @@ -2368,6 +2374,8 @@ test_genlist14(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_i evas_object_show(win); } +/*************/ + static void _edit_icon_clicked_cb(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) { Elm_Object_Item *item = (Elm_Object_Item *)data; @@ -2526,6 +2534,8 @@ test_genlist15(void *data __UNUSED__, Evas_Object *obj __UNUSED__, void *event_i evas_object_show(win); } +/*************/ + static void _flip_icon_clicked_cb(void *data, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__) { const Testitem *tit = data;