a11y: Remove import elm_general

Ref T5329
This commit is contained in:
Jean-Philippe Andre 2018-01-18 16:31:20 +09:00
parent 15d32fd4cc
commit 5d85dc184f
4 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
import elm_general;
import efl_ui;
mixin Efl.Access.Action ()
{

View File

@ -1,4 +1,4 @@
import elm_general;
import efl_ui;
mixin Efl.Access.Widget.Action (Efl.Access.Action)
{

View File

@ -87,3 +87,6 @@ enum Efl.Ui.Activate
left, [[Activate left]]
back, [[Activate back]]
}
/* Types for A11Y (internal/beta API) */
type @extern Efl.Access.Action_Data: __undefined_type; [[Internal struct for accesssibility.]]

View File

@ -7,9 +7,6 @@ type Evas_Smart_Cb: __undefined_type; [[Evas smart callback type]]
type Eina_Compare_Cb: __undefined_type; [[Eina compare callback type]]
type @extern Elm.Glob.Match_Flags: __undefined_type; [[Elementary glob matching flags]]
/* Types for A11Y (internal/beta API) */
type @extern Efl.Access.Action_Data: __undefined_type; [[Internal struct for accesssibility.]]
/* FIXME: elm_policy API is not bound to EO */
struct Elm.Event.Policy_Changed
{