summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kolesa <d.kolesa@samsung.com>2014-09-08 14:58:57 +0100
committerDaniel Kolesa <d.kolesa@samsung.com>2014-09-08 14:58:57 +0100
commitb86f51f2797e785ac60d45185e4a0c53d50c93cb (patch)
treed99a2602be28ef0e066292c0a5836cf6a1e3dacc
parent54447e0a8abebac0cd30eecb6f650aaf10482e0f (diff)
downloadelementary-b86f51f2797e785ac60d45185e4a0c53d50c93cb.tar.gz
update according to latest eolian changes
-rw-r--r--src/lib/elm_box.eo2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_box.eo b/src/lib/elm_box.eo
index 97ad15cf0..465e8b47a 100644
--- a/src/lib/elm_box.eo
+++ b/src/lib/elm_box.eo
@@ -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*>*);
}
}
}