diff options
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/elm_box.eo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_box.eo b/src/lib/elm_box.eo index b0e37a441..2aee46df1 100644 --- a/src/lib/elm_box.eo +++ b/src/lib/elm_box.eo | |||
@@ -149,7 +149,7 @@ class Elm_Box (Elm_Widget) | |||
149 | You must free this list with eina_list_free() once you are done with it. | 149 | You must free this list with eina_list_free() once you are done with it. |
150 | 150 | ||
151 | @ingroup Box */ | 151 | @ingroup Box */ |
152 | return Eina_List *; | 152 | return own(Eina_List *)<Evas_Object *>; |
153 | } | 153 | } |
154 | } | 154 | } |
155 | } | 155 | } |