From: raster Date: Wed, 7 Mar 2012 16:01:15 +0000 (+0000) Subject: xxx-- -> we need these as genlist/grid items hold data for these due X-Git-Tag: REL_F_I9500_20120323_1~17^2~188 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d591788cc4fd17ad9cbb8e28636361faccab359c;p=framework%2Fuifw%2Felementary.git xxx-- -> we need these as genlist/grid items hold data for these due to realize/unrealize. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68981 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/elm_gengrid.h b/src/lib/elm_gengrid.h index 606646c..3216799 100644 --- a/src/lib/elm_gengrid.h +++ b/src/lib/elm_gengrid.h @@ -883,8 +883,6 @@ EAPI void elm_gengrid_item_class_ref(Elm_Gengrid_Item_Class *itc); */ EAPI void elm_gengrid_item_class_unref(Elm_Gengrid_Item_Class *itc); -//XXX: Need to review tooltip & cursor APIs - /** * Set the text to be shown in a given gengrid item's tooltips. * diff --git a/src/lib/elm_genlist.h b/src/lib/elm_genlist.h index a3eaf7f..6c8d449 100644 --- a/src/lib/elm_genlist.h +++ b/src/lib/elm_genlist.h @@ -1039,10 +1039,6 @@ EAPI void elm_genlist_item_class_ref(Elm_Genlist_Item_Class *itc); */ EAPI void elm_genlist_item_class_unref(Elm_Genlist_Item_Class *itc); - - -//XXX: Need to review tooltip & cursor APIs - /** * Set the text to be shown in a given genlist item's tooltips. *