update according to latest eolian changes
authorDaniel Kolesa <d.kolesa@samsung.com>
Mon, 8 Sep 2014 13:58:57 +0000 (14:58 +0100)
committerDaniel Kolesa <d.kolesa@samsung.com>
Mon, 8 Sep 2014 13:58:57 +0000 (14:58 +0100)
src/lib/elm_box.eo

index 97ad15c..465e8b4 100644 (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*>*);
          }
       }
    }