From a9f4f957ff47a3cb739d713748f586e86c235c42 Mon Sep 17 00:00:00 2001 From: seoz Date: Sat, 3 Mar 2012 06:11:56 +0000 Subject: [PATCH] elm: Random review of multibuttonentry and genlist. Signed-off-by: Daniel Juyung Seo git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68640 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/elc_multibuttonentry.h | 2 ++ src/lib/elm_genlist.c | 2 -- src/lib/elm_genlist.h | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/elc_multibuttonentry.h b/src/lib/elc_multibuttonentry.h index 89eeb03..798ffc5 100644 --- a/src/lib/elc_multibuttonentry.h +++ b/src/lib/elc_multibuttonentry.h @@ -128,6 +128,8 @@ EAPI Elm_Object_Item *elm_multibuttonentry_item_prepend(Evas_Object *obj, const * * @ingroup Multibuttonentry */ +// XXX: use support selected callback like other item_append apis. +// EAPI Elm_Object_Item *elm_multibuttonentry_item_append(Evas_Object *obj, const char *label, Evas_Smart_Cb func, void *data); EAPI Elm_Object_Item *elm_multibuttonentry_item_append(Evas_Object *obj, const char *label, void *data); /** diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index 185b65b..f6d4fb3 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -37,8 +37,6 @@ } \ while(0) - - typedef struct _Item_Block Item_Block; typedef struct _Item_Cache Item_Cache; diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h index c2c0fb0..4f6fb87 100644 --- a/src/lib/elm_genlist.h +++ b/src/lib/elm_genlist.h @@ -1463,6 +1463,7 @@ EAPI Eina_Bool elm_genlist_item_cursor_engine_only_get(const * * @ingroup Genlist */ +// XXX: kill this. elm_genlist_height_for_width_mode_set() covers this. EAPI void elm_genlist_compress_mode_set(Evas_Object *obj, Eina_Bool compress); /** -- 2.7.4