evas: Use proper type in smart objects API (eo)

This commit is contained in:
Jean-Philippe Andre 2016-10-13 10:25:03 +09:00
parent a862e07520
commit c5ffad3731
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ class Efl.Canvas.Group (Efl.Canvas.Object)
from both the $Efl.Object children list as well as the $Efl.Container
content list.
]]
return: free(own(iterator<Efl.Gfx>), eina_iterator_free);
return: free(own(iterator<Efl.Canvas.Object>), eina_iterator_free);
legacy: evas_object_smart_iterator_new;
}
group_member_add {