no - version is good - 0 == external const provided version 1 =
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Mar 2012 12:50:12 +0000 (12:50 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 5 Mar 2012 12:50:12 +0000 (12:50 +0000)
allocated version etc.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@68711 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_deprecated_before.h

index 8625c3a..4083dc8 100644 (file)
@@ -9,8 +9,6 @@ typedef Eina_Bool                     (*Elm_Gen_Item_State_Get_Cb)(void *data, E
 typedef void                          (*Elm_Gen_Item_Del_Cb)(void *data, Evas_Object *obj); /**< Deletion class function for gen item classes. */
 struct _Elm_Gen_Item_Class
 {
-   //XXX: version name is not intuitive. 
-   //How about  Eina_Bool allocated_by_gen : 1 ?
    int version;
    unsigned int refcount;
    Eina_Bool delete_me : 1;