elementary: remove const from elm_box_children_get. We need free it
authoryoz <yoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 Jan 2012 17:41:42 +0000 (17:41 +0000)
committeryoz <yoz@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 30 Jan 2012 17:41:42 +0000 (17:41 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@67605 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_box.c
src/lib/elm_box.h

index a3005f8..8b668a2 100644 (file)
@@ -625,7 +625,7 @@ elm_box_transition_free(void *data)
    free(data);
 }
 
-EAPI const Eina_List *
+EAPI Eina_List *
 elm_box_children_get(const Evas_Object *obj)
 {
    ELM_CHECK_WIDTYPE(obj, widtype) NULL;
index f0cd461..a29fdfa 100644 (file)
@@ -271,7 +271,7 @@ EAPI void                elm_box_unpack_all(Evas_Object *obj);
  *
  * @param obj The box object
  */
-EAPI const Eina_List    *elm_box_children_get(const Evas_Object *obj);
+EAPI Eina_List    *elm_box_children_get(const Evas_Object *obj);
 
 /**
  * Set the space (padding) between the box's elements.