Elm interface atspi: Fix namespacing to use . and not _.
authorTom Hacohen <tom@stosb.com>
Thu, 12 May 2016 10:37:43 +0000 (11:37 +0100)
committerTom Hacohen <tom@stosb.com>
Thu, 12 May 2016 10:37:43 +0000 (11:37 +0100)
53 files changed:
src/lib/elementary/elm_atspi_app_object.eo
src/lib/elementary/elm_button.eo
src/lib/elementary/elm_calendar.eo
src/lib/elementary/elm_check.eo
src/lib/elementary/elm_colorselector.eo
src/lib/elementary/elm_combobox.eo
src/lib/elementary/elm_ctxpopup.eo
src/lib/elementary/elm_diskselector.eo
src/lib/elementary/elm_entry.eo
src/lib/elementary/elm_fileselector.eo
src/lib/elementary/elm_flipselector.eo
src/lib/elementary/elm_gengrid.eo
src/lib/elementary/elm_gengrid_item.eo
src/lib/elementary/elm_genlist.eo
src/lib/elementary/elm_genlist_item.eo
src/lib/elementary/elm_hover.eo
src/lib/elementary/elm_hoversel.eo
src/lib/elementary/elm_image.eo
src/lib/elementary/elm_index.eo
src/lib/elementary/elm_index_item.eo
src/lib/elementary/elm_interface_atspi_accessible.eo
src/lib/elementary/elm_interface_atspi_action.eo
src/lib/elementary/elm_interface_atspi_component.eo
src/lib/elementary/elm_interface_atspi_editable_text.eo
src/lib/elementary/elm_interface_atspi_image.eo
src/lib/elementary/elm_interface_atspi_selection.eo
src/lib/elementary/elm_interface_atspi_text.eo
src/lib/elementary/elm_interface_atspi_value.eo
src/lib/elementary/elm_interface_atspi_widget_action.eo
src/lib/elementary/elm_interface_atspi_window.eo
src/lib/elementary/elm_list.eo
src/lib/elementary/elm_list_item.eo
src/lib/elementary/elm_map.eo
src/lib/elementary/elm_menu.eo
src/lib/elementary/elm_menu_item.eo
src/lib/elementary/elm_multibuttonentry.eo
src/lib/elementary/elm_multibuttonentry_item.eo
src/lib/elementary/elm_naviframe.eo
src/lib/elementary/elm_panel.eo
src/lib/elementary/elm_photocam.eo
src/lib/elementary/elm_player.eo
src/lib/elementary/elm_popup.eo
src/lib/elementary/elm_radio.eo
src/lib/elementary/elm_scroller.eo
src/lib/elementary/elm_slider.eo
src/lib/elementary/elm_slideshow.eo
src/lib/elementary/elm_spinner.eo
src/lib/elementary/elm_toolbar.eo
src/lib/elementary/elm_toolbar_item.eo
src/lib/elementary/elm_video.eo
src/lib/elementary/elm_widget.eo
src/lib/elementary/elm_widget_item.eo
src/lib/elementary/elm_win.eo

index c3658aa..c2618d5 100644 (file)
@@ -1,12 +1,12 @@
-class Elm.Atspi.App.Object (Eo.Base, Elm.Interface_Atspi_Accessible)
+class Elm.Atspi.App.Object (Eo.Base, Elm.Interface.Atspi_Accessible)
 {
    data: Elm_Atspi_App_Object_Data;
    implements {
       Eo.Base.destructor;
-      Elm.Interface_Atspi_Accessible.name.get;
-      Elm.Interface_Atspi_Accessible.description.get;
-      Elm.Interface_Atspi_Accessible.description.set;
-      Elm.Interface_Atspi_Accessible.role.get;
-      Elm.Interface_Atspi_Accessible.children.get;
+      Elm.Interface.Atspi_Accessible.name.get;
+      Elm.Interface.Atspi_Accessible.description.get;
+      Elm.Interface.Atspi_Accessible.description.set;
+      Elm.Interface.Atspi_Accessible.role.get;
+      Elm.Interface.Atspi_Accessible.children.get;
    }
 }
index 7c5265b..07417b7 100644 (file)
@@ -1,5 +1,5 @@
 class Elm.Button (Elm.Layout, Evas.Clickable_Interface,
-                  Elm.Interface_Atspi_Widget_Action)
+                  Elm.Interface.Atspi_Widget_Action)
 {
    [[Push-button widget
 
@@ -85,6 +85,6 @@ class Elm.Button (Elm.Layout, Evas.Clickable_Interface,
       Elm.Layout.text_aliases.get;
       Elm.Layout.content_aliases.get;
       Elm.Layout.sizing_eval;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
 }
index 750f4dc..6f3ad59 100644 (file)
@@ -72,7 +72,7 @@ struct Elm.Calendar.Mark; [[Item handle for a calendar mark.
                             with @Elm.Calendar.mark_del.
                           ]]
 
-class Elm.Calendar (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
+class Elm.Calendar (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
 {
    [[Calendar widget
 
@@ -391,7 +391,7 @@ class Elm.Calendar (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
       Elm.Widget.focus_next;
       Elm.Widget.event;
       Elm.Layout.sizing_eval;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
       changed; [[Emitted when the date in the calendar is changed]]
index aba2dc0..c2ab375 100644 (file)
@@ -1,4 +1,4 @@
-class Elm.Check (Efl.Ui.Nstate, Elm.Interface_Atspi_Widget_Action)
+class Elm.Check (Efl.Ui.Nstate, Elm.Interface.Atspi_Widget_Action)
 {
    [[Check widget
 
@@ -31,8 +31,8 @@ class Elm.Check (Efl.Ui.Nstate, Elm.Interface_Atspi_Widget_Action)
       Elm.Layout.text_aliases.get;
       Efl.Ui.Nstate.count.set;
       Efl.Ui.Nstate.value.set;
-      Elm.Interface_Atspi_Accessible.state_set.get;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Accessible.state_set.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
       changed; [[This is called whenever the user changes the state of the check
index f22cdb9..5aab88a 100644 (file)
@@ -12,7 +12,7 @@ enum Elm.Colorselector.Mode
    all [[All possible color selector is displayed.]]
 }
 
-class Elm.Colorselector (Elm.Layout, Elm.Interface_Atspi_Widget_Action,
+class Elm.Colorselector (Elm.Layout, Elm.Interface.Atspi_Widget_Action,
                          Evas.Clickable_Interface)
 {
    eo_prefix: elm_obj_colorselector;
@@ -115,7 +115,7 @@ selected.]]
       Elm.Widget.access;
       Elm.Widget.event;
       Elm.Layout.sizing_eval;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
       color,item,selected;
index 039b0a0..6394654 100644 (file)
@@ -1,5 +1,5 @@
 class Elm.Combobox (Elm.Button, Evas.Selectable_Interface,
-                    Elm.Interface_Atspi_Widget_Action,
+                    Elm.Interface.Atspi_Widget_Action,
                     Elm.Entry, Elm.Genlist, Elm.Hover, Elm.Multibuttonentry)
 {
    eo_prefix: elm_obj_combobox;
@@ -65,7 +65,7 @@ class Elm.Combobox (Elm.Button, Evas.Selectable_Interface,
       Elm.Widget.event;
       Elm.Button.admits_autorepeat.get;
       Elm.Genlist.filter.set;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
       dismissed;
index 710fd61..4249129 100644 (file)
@@ -8,7 +8,7 @@ enum Elm.Ctxpopup.Direction
    unknown [[Ctxpopup does not determine it's direction yet.]]
 }
 
-class Elm.Ctxpopup (Elm.Layout, Elm.Interface_Atspi_Widget_Action, Efl.Orientation)
+class Elm.Ctxpopup (Elm.Layout, Elm.Interface.Atspi_Widget_Action, Efl.Orientation)
 {
    eo_prefix: elm_obj_ctxpopup;
    methods {
@@ -217,8 +217,8 @@ class Elm.Ctxpopup (Elm.Layout, Elm.Interface_Atspi_Widget_Action, Efl.Orientati
       Efl.Container.content_unset;
       Elm.Layout.sub_object_add_enable;
       Elm.Layout.sizing_eval;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
-      Elm.Interface_Atspi_Accessible.state_set.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Accessible.state_set.get;
       Efl.Orientation.orientation;
    }
    events {
index 5d2d446..848491a 100644 (file)
@@ -1,5 +1,5 @@
 class Elm.Diskselector (Elm.Widget, Elm.Interface_Scrollable,
-                        Elm.Interface_Atspi_Widget_Action,
+                        Elm.Interface.Atspi_Widget_Action,
                         Evas.Clickable_Interface, Evas.Scrollable_Interface,
                         Evas.Selectable_Interface)
 {
@@ -209,7 +209,7 @@ class Elm.Diskselector (Elm.Widget, Elm.Interface_Scrollable,
       Elm.Widget.sub_object_del;
       Elm.Widget.event;
       Elm.Interface_Scrollable.policy;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
    }
index 824744a..10c3bc4 100644 (file)
@@ -115,7 +115,7 @@ enum Elm.Cnp_Mode
 }
 
 class Elm.Entry (Elm.Layout, Elm.Interface_Scrollable, Evas.Clickable_Interface,
-                 Elm.Interface_Atspi_Text, Elm.Interface_Atspi_Editable_Text, Efl.File,
+                 Elm.Interface.Atspi.Text, Elm.Interface.Atspi_Editable_Text, Efl.File,
                  Evas.Selectable_Interface, Evas.Scrollable_Interface)
 {
    eo_prefix: elm_obj_entry;
@@ -960,32 +960,32 @@ class Elm.Entry (Elm.Layout, Elm.Interface_Scrollable, Evas.Clickable_Interface,
       Elm.Layout.content_aliases.get;
       Elm.Interface_Scrollable.policy.set;
       Elm.Interface_Scrollable.bounce_allow.set;
-      Elm.Interface_Atspi_Accessible.state_set.get;
-      Elm.Interface_Atspi_Accessible.name.get;
-      Elm.Interface_Atspi_Text.text.get;
-      Elm.Interface_Atspi_Text.string.get;
-      Elm.Interface_Atspi_Text.attribute.get;
-      Elm.Interface_Atspi_Text.attributes.get;
-      Elm.Interface_Atspi_Text.default_attributes.get;
-      Elm.Interface_Atspi_Text.caret_offset.get;
-      Elm.Interface_Atspi_Text.caret_offset.set;
-      Elm.Interface_Atspi_Text.character.get;
-      Elm.Interface_Atspi_Text.character_extents.get;
-      Elm.Interface_Atspi_Text.character_count.get;
-      Elm.Interface_Atspi_Text.offset_at_point.get;
-      Elm.Interface_Atspi_Text.bounded_ranges.get;
-      Elm.Interface_Atspi_Text.range_extents.get;
-      Elm.Interface_Atspi_Text.selection.get;
-      Elm.Interface_Atspi_Text.selections_count.get;
-      Elm.Interface_Atspi_Text.selection_add;
-      Elm.Interface_Atspi_Text.selection_remove;
-      Elm.Interface_Atspi_Text.selection.set;
-      Elm.Interface_Atspi_Editable_Text.content.set;
-      Elm.Interface_Atspi_Editable_Text.insert;
-      Elm.Interface_Atspi_Editable_Text.copy;
-      Elm.Interface_Atspi_Editable_Text.cut;
-      Elm.Interface_Atspi_Editable_Text.delete;
-      Elm.Interface_Atspi_Editable_Text.paste;
+      Elm.Interface.Atspi_Accessible.state_set.get;
+      Elm.Interface.Atspi_Accessible.name.get;
+      Elm.Interface.Atspi.Text.text.get;
+      Elm.Interface.Atspi.Text.string.get;
+      Elm.Interface.Atspi.Text.attribute.get;
+      Elm.Interface.Atspi.Text.attributes.get;
+      Elm.Interface.Atspi.Text.default_attributes.get;
+      Elm.Interface.Atspi.Text.caret_offset.get;
+      Elm.Interface.Atspi.Text.caret_offset.set;
+      Elm.Interface.Atspi.Text.character.get;
+      Elm.Interface.Atspi.Text.character_extents.get;
+      Elm.Interface.Atspi.Text.character_count.get;
+      Elm.Interface.Atspi.Text.offset_at_point.get;
+      Elm.Interface.Atspi.Text.bounded_ranges.get;
+      Elm.Interface.Atspi.Text.range_extents.get;
+      Elm.Interface.Atspi.Text.selection.get;
+      Elm.Interface.Atspi.Text.selections_count.get;
+      Elm.Interface.Atspi.Text.selection_add;
+      Elm.Interface.Atspi.Text.selection_remove;
+      Elm.Interface.Atspi.Text.selection.set;
+      Elm.Interface.Atspi_Editable_Text.content.set;
+      Elm.Interface.Atspi_Editable_Text.insert;
+      Elm.Interface.Atspi_Editable_Text.copy;
+      Elm.Interface.Atspi_Editable_Text.cut;
+      Elm.Interface.Atspi_Editable_Text.delete;
+      Elm.Interface.Atspi_Editable_Text.paste;
       Efl.File.file.set;
       Efl.File.file.get;
    }
index d6f7fd4..7f275bf 100644 (file)
@@ -1,5 +1,5 @@
 class Elm.Fileselector (Elm.Layout, Elm.Interface_Fileselector,
-                        Elm.Interface_Atspi_Widget_Action,
+                        Elm.Interface.Atspi_Widget_Action,
                         Evas.Clickable_Interface, Evas.Selectable_Interface)
 {
    eo_prefix: elm_obj_fileselector;
@@ -56,7 +56,7 @@ class Elm.Fileselector (Elm.Layout, Elm.Interface_Fileselector,
       Elm.Interface_Fileselector.folder_only;
       Elm.Interface_Fileselector.mode;
       Elm.Interface_Fileselector.current_name;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
       done;
index 20be74c..274097d 100644 (file)
@@ -1,5 +1,5 @@
 class Elm.Flipselector (Elm.Layout, Efl.Ui.Spin,
-                        Elm.Interface_Atspi_Widget_Action,
+                        Elm.Interface.Atspi_Widget_Action,
                         Evas.Selectable_Interface)
 {
    eo_prefix: elm_obj_flipselector;
@@ -135,7 +135,7 @@ class Elm.Flipselector (Elm.Layout, Efl.Ui.Spin,
       Efl.Ui.Spin.step;
       Efl.Ui.Spin.value;
       Efl.Ui.Spin.interval;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
       underflowed;
index 090c280..1732fe1 100644 (file)
@@ -8,8 +8,8 @@ enum Elm.Gengrid.Reorder_Type
 }
 
 class Elm.Gengrid (Elm.Layout, Elm.Interface_Scrollable,
-                   Evas.Clickable_Interface, Elm.Interface_Atspi_Widget_Action,
-                   Elm.Interface_Atspi_Selection)
+                   Evas.Clickable_Interface, Elm.Interface.Atspi_Widget_Action,
+                   Elm.Interface.Atspi.Selection)
 {
    eo_prefix: elm_obj_gengrid;
    methods {
@@ -559,17 +559,17 @@ class Elm.Gengrid (Elm.Layout, Elm.Interface_Scrollable,
       Elm.Layout.sizing_eval;
       Elm.Interface_Scrollable.bounce_allow.set;
       Elm.Interface_Scrollable.policy;
-      Elm.Interface_Atspi_Accessible.children.get;
-      Elm.Interface_Atspi_Accessible.state_set.get;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
-      Elm.Interface_Atspi_Selection.selected_children_count.get;
-      Elm.Interface_Atspi_Selection.selected_child.get;
-      Elm.Interface_Atspi_Selection.selected_child_deselect;
-      Elm.Interface_Atspi_Selection.child_select;
-      Elm.Interface_Atspi_Selection.child_deselect;
-      Elm.Interface_Atspi_Selection.is_child_selected;
-      Elm.Interface_Atspi_Selection.all_children_select;
-      Elm.Interface_Atspi_Selection.clear;
+      Elm.Interface.Atspi_Accessible.children.get;
+      Elm.Interface.Atspi_Accessible.state_set.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi.Selection.selected_children_count.get;
+      Elm.Interface.Atspi.Selection.selected_child.get;
+      Elm.Interface.Atspi.Selection.selected_child_deselect;
+      Elm.Interface.Atspi.Selection.child_select;
+      Elm.Interface.Atspi.Selection.child_deselect;
+      Elm.Interface.Atspi.Selection.is_child_selected;
+      Elm.Interface.Atspi.Selection.all_children_select;
+      Elm.Interface.Atspi.Selection.clear;
    }
    events {
       realized;
index 5dca399..c81c348 100644 (file)
@@ -222,7 +222,7 @@ class Elm.Gengrid.Item(Elm.Widget.Item)
            Elm.Widget.Item.tooltip_unset;
            Elm.Widget.Item.cursor.set;
            Elm.Widget.Item.cursor_unset;
-           Elm.Interface_Atspi_Accessible.name.get;
-           Elm.Interface_Atspi_Accessible.state_set.get;
+           Elm.Interface.Atspi_Accessible.name.get;
+           Elm.Interface.Atspi_Accessible.state_set.get;
       }
 }
index 99b195c..2c12644 100644 (file)
@@ -3,7 +3,7 @@ import elm_list;
 import elm_genlist_item;
 
 class Elm.Genlist (Elm.Layout, Elm.Interface_Scrollable, Evas.Clickable_Interface,
-                   Elm.Interface_Atspi_Widget_Action, Elm.Interface_Atspi_Selection,
+                   Elm.Interface.Atspi_Widget_Action, Elm.Interface.Atspi.Selection,
                    Evas.Selectable_Interface)
 {
    eo_prefix: elm_obj_genlist;
@@ -546,17 +546,17 @@ class Elm.Genlist (Elm.Layout, Elm.Interface_Scrollable, Evas.Clickable_Interfac
       Elm.Layout.sizing_eval;
       Elm.Interface_Scrollable.bounce_allow;
       Elm.Interface_Scrollable.policy;
-      Elm.Interface_Atspi_Accessible.children.get;
-      Elm.Interface_Atspi_Accessible.state_set.get;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
-      Elm.Interface_Atspi_Selection.selected_children_count.get;
-      Elm.Interface_Atspi_Selection.selected_child.get;
-      Elm.Interface_Atspi_Selection.selected_child_deselect;
-      Elm.Interface_Atspi_Selection.child_select;
-      Elm.Interface_Atspi_Selection.child_deselect;
-      Elm.Interface_Atspi_Selection.is_child_selected;
-      Elm.Interface_Atspi_Selection.all_children_select;
-      Elm.Interface_Atspi_Selection.clear;
+      Elm.Interface.Atspi_Accessible.children.get;
+      Elm.Interface.Atspi_Accessible.state_set.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi.Selection.selected_children_count.get;
+      Elm.Interface.Atspi.Selection.selected_child.get;
+      Elm.Interface.Atspi.Selection.selected_child_deselect;
+      Elm.Interface.Atspi.Selection.child_select;
+      Elm.Interface.Atspi.Selection.child_deselect;
+      Elm.Interface.Atspi.Selection.is_child_selected;
+      Elm.Interface.Atspi.Selection.all_children_select;
+      Elm.Interface.Atspi.Selection.clear;
    }
    events {
       item,focused;
index f4c49ea..5098a5a 100644 (file)
@@ -437,7 +437,7 @@ class Elm.Genlist.Item(Elm.Widget.Item)
            Elm.Widget.Item.tooltip_unset;
            Elm.Widget.Item.cursor.set;
            Elm.Widget.Item.cursor_unset;
-           Elm.Interface_Atspi_Accessible.name.get;
-           Elm.Interface_Atspi_Accessible.state_set.get;
+           Elm.Interface.Atspi_Accessible.name.get;
+           Elm.Interface.Atspi_Accessible.state_set.get;
       }
 }
index 411cce8..42072b7 100644 (file)
@@ -7,7 +7,7 @@ enum Elm.Hover.Axis
    both [[ELM_HOVER_AXIS_BOTH -- both.]]
 }
 
-class Elm.Hover (Elm.Layout, Evas.Clickable_Interface, Elm.Interface_Atspi_Widget_Action)
+class Elm.Hover (Elm.Layout, Evas.Clickable_Interface, Elm.Interface.Atspi_Widget_Action)
 {
    eo_prefix: elm_obj_hover;
    methods {
@@ -75,7 +75,7 @@ class Elm.Hover (Elm.Layout, Evas.Clickable_Interface, Elm.Interface_Atspi_Widge
       Efl.Container.content_unset;
       Elm.Layout.sizing_eval;
       Elm.Layout.content_aliases.get;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
       smart,changed;
index 78c6db0..5070aa4 100644 (file)
@@ -1,7 +1,7 @@
 import elm_icon;
 class Elm.Hoversel (Elm.Button, Evas.Selectable_Interface,
                     Evas.Clickable_Interface,
-                    Elm.Interface_Atspi_Widget_Action)
+                    Elm.Interface.Atspi_Widget_Action)
 {
    eo_prefix: elm_obj_hoversel;
    methods {
@@ -99,7 +99,7 @@ class Elm.Hoversel (Elm.Button, Evas.Selectable_Interface,
       Elm.Widget.translate;
       Elm.Widget.event;
       Elm.Button.admits_autorepeat.get;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
       dismissed;
index 41fc327..38b9548 100644 (file)
@@ -43,7 +43,7 @@ struct Elm.Image.Error
 
 class Elm.Image (Elm.Widget, Evas.Clickable_Interface, Evas.Draggable_Interface,
                  Efl.File, Efl.Image, Efl.Image.Load, Efl.Player, Efl.Gfx.View, Efl.Player,
-                 Elm.Interface_Atspi_Image, Elm.Interface_Atspi_Widget_Action,
+                 Elm.Interface.Atspi_Image, Elm.Interface.Atspi_Widget_Action,
                  Edje.Object, Efl.Orientation, Efl.Flipable)
 {
    eo_prefix: elm_obj_image;
@@ -153,8 +153,8 @@ class Elm.Image (Elm.Widget, Evas.Clickable_Interface, Evas.Draggable_Interface,
       Evas.Draggable_Interface.drag_target.get;
       Elm.Widget.theme_apply;
       Elm.Widget.event;
-      Elm.Interface_Atspi_Image.extents.get;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Image.extents.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
       drop;
index 2b4771c..1cad0fc 100644 (file)
@@ -243,7 +243,7 @@ class Elm.Index (Elm.Layout, Evas.Clickable_Interface, Evas.Selectable_Interface
       Elm.Widget.access;
       Elm.Widget.focus_next;
       Elm.Layout.sizing_eval;
-      Elm.Interface_Atspi_Accessible.children.get;
+      Elm.Interface.Atspi_Accessible.children.get;
    }
    events {
       changed;
index 8243f12..fce375b 100644 (file)
@@ -1,4 +1,4 @@
-class Elm.Index.Item(Elm.Widget.Item, Elm.Interface_Atspi_Widget_Action)
+class Elm.Index.Item(Elm.Widget.Item, Elm.Interface.Atspi_Widget_Action)
 {
    eo_prefix: elm_obj_index_item;
    methods {
@@ -42,7 +42,7 @@ class Elm.Index.Item(Elm.Widget.Item, Elm.Interface_Atspi_Widget_Action)
         Eo.Base.constructor;
         Eo.Base.destructor;
         Elm.Widget.Item.access_register;
-        Elm.Interface_Atspi_Accessible.name.get;
-        Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+        Elm.Interface.Atspi_Accessible.name.get;
+        Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
 }
index 9c83eef..1454fed 100644 (file)
@@ -222,7 +222,7 @@ struct Elm.Atspi.Relation
 
 type Elm.Atspi.Relation_Set: list<Elm.Atspi.Relation *> *;
 
-mixin Elm.Interface_Atspi_Accessible ()
+mixin Elm.Interface.Atspi_Accessible ()
 {
    legacy_prefix: null;
    eo_prefix: elm_interface_atspi_accessible;
@@ -269,7 +269,7 @@ mixin Elm.Interface_Atspi_Accessible ()
             [[Gets widget's accessible children.]]
          }
          values {
-            children: free(own(list<Elm.Interface_Atspi_Accessible *> *), eina_list_free);
+            children: free(own(list<Elm.Interface.Atspi_Accessible *> *), eina_list_free);
          }
       }
       @property role_name @protected {
@@ -315,7 +315,7 @@ mixin Elm.Interface_Atspi_Accessible ()
             [[Sets widget accessible parent.]]
          }
          values {
-            parent: Elm.Interface_Atspi_Accessible *;
+            parent: Elm.Interface.Atspi_Accessible *;
          }
       }
       @property state_set @protected {
@@ -342,7 +342,7 @@ mixin Elm.Interface_Atspi_Accessible ()
       }
       event_emit @class @protected {
          params {
-            @in accessible: Elm.Interface_Atspi_Accessible *; [[Accessibility object.]]
+            @in accessible: Elm.Interface.Atspi_Accessible *; [[Accessibility object.]]
             @in event: const(Eo.Event_Description)*; [[Accessibility event type.]]
             @in event_info: void*; [[Accessibility event details.]]
          }
@@ -401,7 +401,7 @@ mixin Elm.Interface_Atspi_Accessible ()
          return: bool;
          params {
             @in type: Elm.Atspi.Relation_Type;
-            @in relation_object: const(Elm.Interface_Atspi_Accessible)*;
+            @in relation_object: const(Elm.Interface.Atspi_Accessible)*;
          }
       }
       relationship_remove {
@@ -412,7 +412,7 @@ mixin Elm.Interface_Atspi_Accessible ()
          ]]
          params {
             @in type: Elm.Atspi.Relation_Type;
-            @in relation_object: const(Elm.Interface_Atspi_Accessible)*;
+            @in relation_object: const(Elm.Interface.Atspi_Accessible)*;
          }
       }
       relationships_clear {
index cf282d9..558b4a1 100644 (file)
@@ -1,4 +1,4 @@
-mixin Elm.Interface_Atspi_Action ()
+mixin Elm.Interface.Atspi_Action ()
 {
    legacy_prefix: null;
    eo_prefix: elm_interface_atspi_action;
index c3d9c95..e08c3c2 100644 (file)
@@ -1,4 +1,4 @@
-mixin Elm.Interface_Atspi_Component ()
+mixin Elm.Interface.Atspi_Component ()
 {
    legacy_prefix: null;
    eo_prefix: elm_interface_atspi_component;
index 43a9c82..c06e597 100644 (file)
@@ -1,4 +1,4 @@
-interface Elm.Interface_Atspi_Editable_Text ()
+interface Elm.Interface.Atspi_Editable_Text ()
 {
    legacy_prefix: null;
    eo_prefix: elm_interface_atspi_editable_text;
index b897ff9..ed7ce9b 100644 (file)
@@ -1,4 +1,4 @@
-mixin Elm.Interface_Atspi_Image ()
+mixin Elm.Interface.Atspi_Image ()
 {
    legacy_prefix: null;
    eo_prefix: elm_interface_atspi_image;
index f45b0bc..5144a23 100644 (file)
@@ -1,4 +1,4 @@
-interface Elm.Interface_Atspi_Selection ()
+interface Elm.Interface.Atspi.Selection ()
 {
    legacy_prefix: null;
    eo_prefix: elm_interface_atspi_selection;
index f058273..152c383 100644 (file)
@@ -39,7 +39,7 @@ struct Elm.Atspi_Text.Change_Info
    len: size;
 }
 
-interface Elm.Interface_Atspi_Text ()
+interface Elm.Interface.Atspi.Text ()
 {
    legacy_prefix: null;
    eo_prefix: elm_interface_atspi_text;
index b1ebf27..c0ae236 100644 (file)
@@ -1,4 +1,4 @@
-interface Elm.Interface_Atspi_Value ()
+interface Elm.Interface.Atspi.Value ()
 {
    legacy_prefix: null;
    eo_prefix: elm_interface_atspi_value;
index d31115f..e93a422 100644 (file)
@@ -1,6 +1,6 @@
 type Elm_Atspi_Action: __undefined_type;
 
-mixin Elm.Interface_Atspi_Widget_Action (Elm.Interface_Atspi_Action)
+mixin Elm.Interface.Atspi_Widget_Action (Elm.Interface.Atspi_Action)
 {
    legacy_prefix: null;
    eo_prefix: elm_interface_atspi_widget_action;
@@ -15,12 +15,12 @@ mixin Elm.Interface_Atspi_Widget_Action (Elm.Interface_Atspi_Action)
       }
    }
    implements {
-      Elm.Interface_Atspi_Action.action_do;
-      Elm.Interface_Atspi_Action.keybinding_get;
-      Elm.Interface_Atspi_Action.name.get;
-      Elm.Interface_Atspi_Action.description.set;
-      Elm.Interface_Atspi_Action.description.get;
-      Elm.Interface_Atspi_Action.actions.get;
+      Elm.Interface.Atspi_Action.action_do;
+      Elm.Interface.Atspi_Action.keybinding_get;
+      Elm.Interface.Atspi_Action.name.get;
+      Elm.Interface.Atspi_Action.description.set;
+      Elm.Interface.Atspi_Action.description.get;
+      Elm.Interface.Atspi_Action.actions.get;
       @virtual .elm_actions.get;
    }
 }
index f99c157..f43a77f 100644 (file)
@@ -1,4 +1,4 @@
-interface Elm.Interface_Atspi_Window ()
+interface Elm.Interface.Atspi.Window ()
 {
    events {
       window,created; [[Called when new window has been created.]]
index 4ece744..feb62e7 100644 (file)
@@ -37,7 +37,7 @@ enum Elm.List.Mode
 }
 
 class Elm.List (Elm.Layout, Elm.Interface_Scrollable,
-                Elm.Interface_Atspi_Widget_Action, Elm.Interface_Atspi_Selection,
+                Elm.Interface.Atspi_Widget_Action, Elm.Interface.Atspi.Selection,
                 Evas.Clickable_Interface, Evas.Selectable_Interface)
 {
    eo_prefix: elm_obj_list;
@@ -448,16 +448,16 @@ class Elm.List (Elm.Layout, Elm.Interface_Scrollable,
       Elm.Widget.item_loop_enabled.get;
       Elm.Layout.sizing_eval;
       Elm.Interface_Scrollable.policy.set;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
-      Elm.Interface_Atspi_Accessible.children.get;
-      Elm.Interface_Atspi_Selection.selected_children_count.get;
-      Elm.Interface_Atspi_Selection.selected_child.get;
-      Elm.Interface_Atspi_Selection.selected_child_deselect;
-      Elm.Interface_Atspi_Selection.child_select;
-      Elm.Interface_Atspi_Selection.child_deselect;
-      Elm.Interface_Atspi_Selection.is_child_selected;
-      Elm.Interface_Atspi_Selection.all_children_select;
-      Elm.Interface_Atspi_Selection.clear;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Accessible.children.get;
+      Elm.Interface.Atspi.Selection.selected_children_count.get;
+      Elm.Interface.Atspi.Selection.selected_child.get;
+      Elm.Interface.Atspi.Selection.selected_child_deselect;
+      Elm.Interface.Atspi.Selection.child_select;
+      Elm.Interface.Atspi.Selection.child_deselect;
+      Elm.Interface.Atspi.Selection.is_child_selected;
+      Elm.Interface.Atspi.Selection.all_children_select;
+      Elm.Interface.Atspi.Selection.clear;
    }
    events {
       activated;
index 81c217d..ece25d2 100644 (file)
@@ -116,8 +116,8 @@ class Elm.List.Item(Elm.Widget.Item)
            Elm.Widget.Item.part_content.get;
            Elm.Widget.Item.part_content.set;
            Elm.Widget.Item.part_content_unset;
-           Elm.Interface_Atspi_Accessible.name.get;
-           Elm.Interface_Atspi_Accessible.state_set.get;
+           Elm.Interface.Atspi_Accessible.name.get;
+           Elm.Interface.Atspi_Accessible.state_set.get;
       }
 }
 
index ffcda15..295438b 100644 (file)
@@ -70,7 +70,7 @@ enum Elm.Map.Route_Method
 
 
 class Elm.Map (Elm.Widget, Elm.Interface_Scrollable,
-               Elm.Interface_Atspi_Widget_Action,
+               Elm.Interface.Atspi_Widget_Action,
                Evas.Clickable_Interface)
 {
    eo_prefix: elm_obj_map;
@@ -632,7 +632,7 @@ class Elm.Map (Elm.Widget, Elm.Interface_Scrollable,
       Elm.Widget.theme_apply;
       Elm.Widget.on_focus;
       Elm.Widget.event;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
       press;
index 7507860..f411eb2 100644 (file)
@@ -1,4 +1,4 @@
-class Elm.Menu (Elm.Widget, Evas.Clickable_Interface, Elm.Interface_Atspi_Selection)
+class Elm.Menu (Elm.Widget, Evas.Clickable_Interface, Elm.Interface.Atspi.Selection)
 {
    eo_prefix: elm_obj_menu;
    methods {
@@ -76,9 +76,9 @@ class Elm.Menu (Elm.Widget, Evas.Clickable_Interface, Elm.Interface_Atspi_Select
       Elm.Widget.widget_parent;
       Elm.Widget.theme_apply;
       Elm.Widget.translate;
-      Elm.Interface_Atspi_Accessible.children.get;
-      Elm.Interface_Atspi_Selection.selected_children_count.get;
-      Elm.Interface_Atspi_Selection.selected_child.get;
+      Elm.Interface.Atspi_Accessible.children.get;
+      Elm.Interface.Atspi.Selection.selected_children_count.get;
+      Elm.Interface.Atspi.Selection.selected_child.get;
    }
    events {
       dismissed;
index 9a71517..614e10c 100644 (file)
@@ -1,4 +1,4 @@
-class Elm.Menu.Item(Elm.Widget.Item, Elm.Interface_Atspi_Selection)
+class Elm.Menu.Item(Elm.Widget.Item, Elm.Interface.Atspi.Selection)
 {
    eo_prefix: elm_obj_menu_item;
    methods {
@@ -81,12 +81,12 @@ class Elm.Menu.Item(Elm.Widget.Item, Elm.Interface_Atspi_Selection)
         Elm.Widget.Item.part_text.set;
         Elm.Widget.Item.part_content.get;
         Elm.Widget.Item.part_content.set;
-        Elm.Interface_Atspi_Accessible.children.get;
-        Elm.Interface_Atspi_Accessible.parent.get;
-        Elm.Interface_Atspi_Accessible.role.get;
-        Elm.Interface_Atspi_Accessible.name.get;
-        Elm.Interface_Atspi_Accessible.state_set.get;
-        Elm.Interface_Atspi_Selection.selected_children_count.get;
-        Elm.Interface_Atspi_Selection.selected_child.get;
+        Elm.Interface.Atspi_Accessible.children.get;
+        Elm.Interface.Atspi_Accessible.parent.get;
+        Elm.Interface.Atspi_Accessible.role.get;
+        Elm.Interface.Atspi_Accessible.name.get;
+        Elm.Interface.Atspi_Accessible.state_set.get;
+        Elm.Interface.Atspi.Selection.selected_children_count.get;
+        Elm.Interface.Atspi.Selection.selected_child.get;
    }
 }
index 307eae5..0b76cac 100644 (file)
@@ -187,7 +187,7 @@ class Elm.Multibuttonentry (Elm.Layout)
       Elm.Layout.text.set;
       Elm.Layout.text.get;
       Elm.Layout.sizing_eval;
-      Elm.Interface_Atspi_Accessible.children.get;
+      Elm.Interface.Atspi_Accessible.children.get;
    }
    events {
       item,selected;
index 55cbf76..7ecfcd8 100644 (file)
@@ -1,5 +1,5 @@
 class Elm.Multibuttonentry.Item(Elm.Widget.Item,
-                                Elm.Interface_Atspi_Widget_Action)
+                                Elm.Interface.Atspi_Widget_Action)
 {
    eo_prefix: elm_obj_multibuttonentry_item;
    methods {
@@ -29,7 +29,7 @@ class Elm.Multibuttonentry.Item(Elm.Widget.Item,
         Elm.Widget.Item.part_text.get;
         Elm.Widget.Item.part_text.set;
         Elm.Widget.Item.disable;
-        Elm.Interface_Atspi_Accessible.name.get;
-        Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+        Elm.Interface.Atspi_Accessible.name.get;
+        Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
 }
index 8768bb5..50c22f4 100644 (file)
@@ -1,4 +1,4 @@
-class Elm.Naviframe (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
+class Elm.Naviframe (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
 {
    eo_prefix: elm_obj_naviframe;
    methods {
@@ -158,7 +158,7 @@ class Elm.Naviframe (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
       Elm.Layout.text.get;
       Elm.Layout.signal_emit;
       Elm.Layout.sizing_eval;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
       transition,finished;
index ca2ac7e..4eec9cd 100644 (file)
@@ -9,7 +9,7 @@ enum Elm.Panel.Orient
 }
 
 class Elm.Panel (Elm.Layout, Elm.Interface_Scrollable,
-                 Elm.Interface_Atspi_Widget_Action)
+                 Elm.Interface.Atspi_Widget_Action)
 {
    eo_prefix: elm_obj_panel;
    methods {
@@ -83,6 +83,6 @@ class Elm.Panel (Elm.Layout, Elm.Interface_Scrollable,
       Efl.Container.content_unset;
       Efl.Container.content.set;
       Elm.Layout.sizing_eval;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
 }
index 471261e..2c06a01 100644 (file)
@@ -11,7 +11,7 @@ enum Elm.Photocam.Zoom_Mode
 }
 
 class Elm.Photocam (Elm.Widget, Elm.Interface_Scrollable,
-                    Elm.Interface_Atspi_Widget_Action, Efl.File,
+                    Elm.Interface.Atspi_Widget_Action, Efl.File,
                     Evas.Clickable_Interface, Evas.Scrollable_Interface,
                     Evas.Zoomable_Interface)
 {
@@ -196,7 +196,7 @@ class Elm.Photocam (Elm.Widget, Elm.Interface_Scrollable,
       Elm.Widget.on_focus;
       Elm.Widget.event;
       Elm.Interface_Scrollable.region_bring_in;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
       Efl.File.file.set;
       Efl.File.file.get;
    }
index d7d1cef..823545a 100644 (file)
@@ -1,4 +1,4 @@
-class Elm.Player (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
+class Elm.Player (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
 {
    eo_prefix: elm_obj_player;
    implements {
@@ -10,7 +10,7 @@ class Elm.Player (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
       Elm.Widget.event;
       Efl.Container.content.set;
       Elm.Layout.sizing_eval;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
       forward,clicked;
index fa34273..e503373 100644 (file)
@@ -23,7 +23,7 @@ enum Elm.Popup.Orient
 }
 
 
-class Elm.Popup (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
+class Elm.Popup (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
 {
    eo_prefix: elm_obj_popup;
    methods {
@@ -184,8 +184,8 @@ class Elm.Popup (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
       Elm.Layout.text.get;
       Elm.Layout.sizing_eval;
       Elm.Layout.signal_emit;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
-      Elm.Interface_Atspi_Accessible.state_set.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Accessible.state_set.get;
    }
    events {
       block,clicked;
index 95dd95c..cc1d9cc 100644 (file)
@@ -1,4 +1,4 @@
-class Elm.Radio (Elm.Check, Elm.Interface_Atspi_Widget_Action)
+class Elm.Radio (Elm.Check, Elm.Interface.Atspi_Widget_Action)
 {
    eo_prefix: elm_obj_radio;
    methods {
@@ -82,8 +82,8 @@ class Elm.Radio (Elm.Check, Elm.Interface_Atspi_Widget_Action)
       Elm.Widget.activate;
       Elm.Widget.event;
       Elm.Layout.text_aliases.get;
-      Elm.Interface_Atspi_Accessible.state_set.get;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Accessible.state_set.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
       changed;
index 9292f7d..abf9a91 100644 (file)
@@ -1,5 +1,5 @@
 class Elm.Scroller (Elm.Layout, Elm.Interface_Scrollable,
-                    Elm.Interface_Atspi_Widget_Action,
+                    Elm.Interface.Atspi_Widget_Action,
                     Evas.Scrollable_Interface)
 {
    eo_prefix: elm_obj_scroller;
@@ -77,7 +77,7 @@ class Elm.Scroller (Elm.Layout, Elm.Interface_Scrollable,
       Elm.Interface_Scrollable.page_size.set;
       Elm.Interface_Scrollable.policy.set;
       Elm.Interface_Scrollable.single_direction;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
       scroll,page,changed;
index 7afcbe2..f309876 100644 (file)
@@ -3,8 +3,8 @@ type slider_freefunc_type: __undefined_type;
 
 class Elm.Slider (Elm.Layout, Efl.Ui.Progress,
                   Efl.Orientation,
-                  Elm.Interface_Atspi_Value,
-                  Elm.Interface_Atspi_Widget_Action)
+                  Elm.Interface.Atspi.Value,
+                  Elm.Interface.Atspi_Widget_Action)
 {
    eo_prefix: elm_obj_slider;
    methods {
@@ -185,11 +185,11 @@ class Elm.Slider (Elm.Layout, Efl.Ui.Progress,
       Efl.Ui.Progress.progress_value;
       Efl.Ui.Progress.unit_format;
       Efl.Orientation.orientation;
-      Elm.Interface_Atspi_Value.value_and_text.get;
-      Elm.Interface_Atspi_Value.value_and_text.set;
-      Elm.Interface_Atspi_Value.range.get;
-      Elm.Interface_Atspi_Value.increment.get;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi.Value.value_and_text.get;
+      Elm.Interface.Atspi.Value.value_and_text.set;
+      Elm.Interface.Atspi.Value.range.get;
+      Elm.Interface.Atspi.Value.increment.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
       changed;
index 076c7cf..7a9f1af 100644 (file)
@@ -1,6 +1,6 @@
 type Elm_Slideshow_Item_Class: __undefined_type;
 
-class Elm.Slideshow (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
+class Elm.Slideshow (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
 {
    eo_prefix: elm_obj_slideshow;
    methods {
@@ -308,7 +308,7 @@ class Elm.Slideshow (Elm.Layout, Elm.Interface_Atspi_Widget_Action)
       Elm.Widget.focus_direction_manager_is;
       Elm.Widget.event;
       Elm.Layout.sizing_eval;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
       changed;
index eb4bf99..9dd5901 100644 (file)
@@ -1,5 +1,5 @@
 class Elm.Spinner (Elm.Layout, Efl.Ui.Spin,
-                   Elm.Interface_Atspi_Value, Elm.Interface_Atspi_Widget_Action)
+                   Elm.Interface.Atspi.Value, Elm.Interface.Atspi_Widget_Action)
 {
    eo_prefix: elm_obj_spinner;
    methods {
@@ -158,12 +158,12 @@ class Elm.Spinner (Elm.Layout, Efl.Ui.Spin,
       Efl.Ui.Spin.step;
       Efl.Ui.Spin.value;
       Efl.Ui.Spin.interval;
-      Elm.Interface_Atspi_Accessible.name.get;
-      Elm.Interface_Atspi_Value.value_and_text.get;
-      Elm.Interface_Atspi_Value.value_and_text.set;
-      Elm.Interface_Atspi_Value.range.get;
-      Elm.Interface_Atspi_Value.increment.get;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Accessible.name.get;
+      Elm.Interface.Atspi.Value.value_and_text.get;
+      Elm.Interface.Atspi.Value.value_and_text.set;
+      Elm.Interface.Atspi.Value.range.get;
+      Elm.Interface.Atspi.Value.increment.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
    events {
       changed;
index 2038890..a187e4b 100644 (file)
@@ -25,7 +25,7 @@ enum Elm.Toolbar.Shrink_Mode
 }
 
 class Elm.Toolbar (Elm.Widget, Elm.Interface_Scrollable, Efl.Orientation,
-                   Elm.Interface_Atspi_Widget_Action, Elm.Interface_Atspi_Selection,
+                   Elm.Interface.Atspi_Widget_Action, Elm.Interface.Atspi.Selection,
                    Evas.Clickable_Interface, Evas.Selectable_Interface)
 {
    eo_prefix: elm_obj_toolbar;
@@ -359,17 +359,17 @@ class Elm.Toolbar (Elm.Widget, Elm.Interface_Scrollable, Efl.Orientation,
       Elm.Widget.focus_highlight_geometry_get;
       Elm.Widget.focused_item.get;
       Efl.Orientation.orientation;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
-      Elm.Interface_Atspi_Accessible.children.get;
-      Elm.Interface_Atspi_Accessible.state_set.get;
-      Elm.Interface_Atspi_Selection.selected_children_count.get;
-      Elm.Interface_Atspi_Selection.selected_child.get;
-      Elm.Interface_Atspi_Selection.selected_child_deselect;
-      Elm.Interface_Atspi_Selection.child_select;
-      Elm.Interface_Atspi_Selection.child_deselect;
-      Elm.Interface_Atspi_Selection.is_child_selected;
-      Elm.Interface_Atspi_Selection.all_children_select;
-      Elm.Interface_Atspi_Selection.clear;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Accessible.children.get;
+      Elm.Interface.Atspi_Accessible.state_set.get;
+      Elm.Interface.Atspi.Selection.selected_children_count.get;
+      Elm.Interface.Atspi.Selection.selected_child.get;
+      Elm.Interface.Atspi.Selection.selected_child_deselect;
+      Elm.Interface.Atspi.Selection.child_select;
+      Elm.Interface.Atspi.Selection.child_deselect;
+      Elm.Interface.Atspi.Selection.is_child_selected;
+      Elm.Interface.Atspi.Selection.all_children_select;
+      Elm.Interface.Atspi.Selection.clear;
    }
    events {
       item,focused;
index 98db0b6..6851d6c 100644 (file)
@@ -317,7 +317,7 @@ class Elm.Toolbar.Item(Elm.Widget.Item)
            Elm.Widget.Item.part_content.get;
            Elm.Widget.Item.part_content.set;
            Elm.Widget.Item.part_content_unset;
-           Elm.Interface_Atspi_Accessible.name.get;
-           Elm.Interface_Atspi_Accessible.state_set.get;
+           Elm.Interface.Atspi_Accessible.name.get;
+           Elm.Interface.Atspi_Accessible.state_set.get;
       }
 }
index 160e79b..750ab33 100644 (file)
@@ -1,4 +1,4 @@
-class Elm.Video (Elm.Layout, Efl.File, Elm.Interface_Atspi_Widget_Action)
+class Elm.Video (Elm.Layout, Efl.File, Elm.Interface.Atspi_Widget_Action)
 {
    eo_prefix: elm_obj_video;
    methods {
@@ -117,6 +117,6 @@ class Elm.Video (Elm.Layout, Efl.File, Elm.Interface_Atspi_Widget_Action)
       Elm.Widget.focus_direction_manager_is;
       Elm.Widget.event;
       Elm.Layout.sizing_eval;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
    }
 }
index 4bdc6e3..2b8e727 100644 (file)
@@ -20,7 +20,7 @@ struct Elm.Tooltip;
 struct Elm.Cursor;
 struct @extern Elm.Theme;
 
-abstract Elm.Widget (Evas.Object.Smart, Elm.Interface_Atspi_Accessible, Elm.Interface_Atspi_Component)
+abstract Elm.Widget (Evas.Object.Smart, Elm.Interface.Atspi_Accessible, Elm.Interface.Atspi_Component)
 {
    eo_prefix: elm_obj_widget;
    data: Elm_Widget_Smart_Data;
@@ -863,12 +863,12 @@ abstract Elm.Widget (Evas.Object.Smart, Elm.Interface_Atspi_Accessible, Elm.Inte
       @virtual .focus_direction;
       @virtual .focus_next;
       @virtual .parent_widget.get;
-      Elm.Interface_Atspi_Accessible.name.get;
-      Elm.Interface_Atspi_Accessible.state_set.get;
-      Elm.Interface_Atspi_Accessible.children.get;
-      Elm.Interface_Atspi_Accessible.parent.get;
-      Elm.Interface_Atspi_Accessible.attributes.get;
-      Elm.Interface_Atspi_Component.focus_grab;
+      Elm.Interface.Atspi_Accessible.name.get;
+      Elm.Interface.Atspi_Accessible.state_set.get;
+      Elm.Interface.Atspi_Accessible.children.get;
+      Elm.Interface.Atspi_Accessible.parent.get;
+      Elm.Interface.Atspi_Accessible.attributes.get;
+      Elm.Interface.Atspi_Component.focus_grab;
    }
    events {
       moved;
index a997e0c..4111bee 100644 (file)
@@ -1,7 +1,7 @@
 import elm_general;
 
-class Elm.Widget.Item(Eo.Base, Elm.Interface_Atspi_Accessible,
-                      Elm.Interface_Atspi_Component)
+class Elm.Widget.Item(Eo.Base, Elm.Interface.Atspi_Accessible,
+                      Elm.Interface.Atspi_Component)
 {
       eo_prefix: elm_wdg_item;
       legacy_prefix: elm_object_item;
@@ -531,11 +531,11 @@ class Elm.Widget.Item(Eo.Base, Elm.Interface_Atspi_Accessible,
       implements {
            Eo.Base.constructor;
            Eo.Base.destructor;
-           Elm.Interface_Atspi_Accessible.state_set.get;
-           Elm.Interface_Atspi_Component.extents.get;
-           Elm.Interface_Atspi_Component.extents.set;
-           Elm.Interface_Atspi_Component.alpha.get;
-           Elm.Interface_Atspi_Component.layer.get;
-           Elm.Interface_Atspi_Component.focus_grab;
+           Elm.Interface.Atspi_Accessible.state_set.get;
+           Elm.Interface.Atspi_Component.extents.get;
+           Elm.Interface.Atspi_Component.extents.set;
+           Elm.Interface.Atspi_Component.alpha.get;
+           Elm.Interface.Atspi_Component.layer.get;
+           Elm.Interface.Atspi_Component.focus_grab;
       }
 }
index 4b67ee9..79ac8a9 100644 (file)
@@ -161,8 +161,8 @@ enum Elm.Illume_Command
    close [[Closes the currently active window]]
 }
 
-class Elm.Win (Elm.Widget, Elm.Interface_Atspi_Window,
-               Elm.Interface_Atspi_Widget_Action, Efl.Pack)
+class Elm.Win (Elm.Widget, Elm.Interface.Atspi.Window,
+               Elm.Interface.Atspi_Widget_Action, Efl.Pack)
 {
    eo_prefix: elm_obj_win;
    methods {
@@ -1169,10 +1169,10 @@ class Elm.Win (Elm.Widget, Elm.Interface_Atspi_Window,
       Elm.Widget.theme_apply;
       Elm.Widget.on_focus;
       Elm.Widget.event;
-      Elm.Interface_Atspi_Accessible.parent.get;
-      Elm.Interface_Atspi_Accessible.state_set.get;
-      Elm.Interface_Atspi_Accessible.name.get;
-      Elm.Interface_Atspi_Widget_Action.elm_actions.get;
+      Elm.Interface.Atspi_Accessible.parent.get;
+      Elm.Interface.Atspi_Accessible.state_set.get;
+      Elm.Interface.Atspi_Accessible.name.get;
+      Elm.Interface.Atspi_Widget_Action.elm_actions.get;
       Efl.Container.content_remove;
       Efl.Container.content_iterate;
       Efl.Container.content_count;