docs: Fix rename from eo_add to efl_add

This commit is contained in:
Felipe Magno de Almeida 2016-08-15 15:15:11 -03:00
parent f8a6568d5c
commit 386548ba8d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include "widget_preview_tmpl_head.c"
Evas_Object *o = eo_add(EFL_UI_NSTATE_CLASS, win);
Evas_Object *o = efl_add(EFL_UI_NSTATE_CLASS, win);
evas_object_size_hint_weight_set(o, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);
elm_win_resize_object_add(win, o);
evas_object_show(o);