elementary: remove const from elm_box_children_get. We need free it

SVN revision: 67605
This commit is contained in:
Michael BOUCHAUD 2012-01-30 17:41:42 +00:00
parent cc7f2a51a9
commit 168ea8ad80
2 changed files with 2 additions and 2 deletions

View 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;

View 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.