win: Rename specific APIs to avoid clashes

This renames 3 basic APIs specific to Win:
 - name
 - type
 - role

Ref T5322
This commit is contained in:
Jean-Philippe Andre 2017-11-16 19:00:48 +09:00
parent b488461f48
commit d267a3beaa
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ elm_main(int argc, char* argv[])
[&]
{
win_1.text_set("Toolbar");
win_1.name_set("toolbar");
win_1.type_set(EFL_UI_WIN_BASIC);
win_1.win_name_set("toolbar");
win_1.win_type_set(EFL_UI_WIN_BASIC);
});
#if 0