update according to latest eolian changes

This commit is contained in:
Daniel Kolesa 2014-09-08 14:58:57 +01:00
parent 7224f0ef14
commit 24b8671f60
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ class Elm_Box (Elm_Widget)
You must free this list with eina_list_free() once you are done with it.
@ingroup Box */
return: own(Eina_List *)<Evas_Object *>;
return: own(list<Evas_Object*>*);
}
}
}