efl/src/lib/edje/efl_layout_group_eo.legacy.c

7 lines
137 B
C

EAPI const char *
edje_object_data_get(const Efl_Layout_Group *obj, const char *key)
{
return efl_layout_group_data_get(obj, key);
}