Add legacy_prefix now that the default has changed to null.

This commit is contained in:
Tom Hacohen 2016-05-12 17:06:04 +01:00
parent 96c4c88070
commit 6bdf4af016
98 changed files with 100 additions and 2 deletions

View File

@ -8,6 +8,7 @@ class Ecore.Animator (Eo.Base)
should be run and having a callback that does the animation.
]]
legacy_prefix: ecore_animator;
eo_prefix: ecore_animator;
methods {
timeline_constructor {

View File

@ -45,6 +45,7 @@ class Ecore.Exe (Eo.Base, Efl.Control)
An interaction between your process and those spawned is possible using pipes or signals.
]]
legacy_prefix: ecore_exe;
eo_prefix: ecore_obj_exe;
methods {
@property command {

View File

@ -5,6 +5,7 @@ class Edje.Edit (Edje.Object)
This was intended ONLY for use in an actual edje editor program. Unless
you are writing one of these, do NOT use this API here.
]]
legacy_prefix: edje_edit;
data: Edje_Edit;
implements {
Eo.Base.constructor;

View File

@ -1,7 +1,8 @@
class Elm.Access (Elm.Widget)
{
[[Elm abstract accessibility class]]
eo_prefix: elm_obj_access;
[[Elm abstract accessibility class]]
legacy_prefix: elm_access;
eo_prefix: elm_obj_access;
data: null;
implements {
class.constructor;

View File

@ -19,6 +19,7 @@ class Elm.Actionslider (Elm.Layout, Evas.Selectable_Interface)
it will move to its nearest "enabled and magnetized" position.
]]
legacy_prefix: elm_actionslider;
eo_prefix: elm_obj_actionslider;
methods {
@property indicator_pos {

View File

@ -1,5 +1,6 @@
class Elm.Atspi.App.Object (Eo.Base, Elm.Interface.Atspi_Accessible)
{
legacy_prefix: elm_atspi_app_object;
data: Elm_Atspi_App_Object_Data;
implements {
Eo.Base.destructor;

View File

@ -1,5 +1,6 @@
class Elm.Atspi.Bridge (Eo.Base)
{
legacy_prefix: elm_atspi_bridge;
eo_prefix: elm_obj_atspi_bridge;
methods {
@property connected {

View File

@ -21,6 +21,7 @@ class Elm.Bg (Elm.Layout, Efl.File)
works just like an image, but has some properties useful to a background, like
setting it to tiled, centered, scaled or stretched.
]]
legacy_prefix: elm_bg;
eo_prefix: elm_obj_bg;
methods {
@property option {

View File

@ -3,6 +3,7 @@ import ecore_types;
class Elm.Box (Elm.Widget)
{
legacy_prefix: elm_box;
eo_prefix: elm_obj_box;
methods {
@property homogeneous {

View File

@ -16,6 +16,7 @@ class Elm.Bubble (Elm.Layout, Evas.Clickable_Interface)
{
[[Speech bubble widget used in messaging applications]]
legacy_prefix: elm_bubble;
eo_prefix: elm_obj_bubble;
methods {
@property pos {

View File

@ -6,6 +6,7 @@ class Elm.Button (Elm.Layout, Evas.Clickable_Interface,
Press it and run some function. It can contain a simple label and icon object
and it also has an autorepeat feature.
]]
legacy_prefix: elm_button;
eo_prefix: elm_obj_button;
methods {
@property autorepeat_initial_timeout {

View File

@ -80,6 +80,7 @@ class Elm.Calendar (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
date, year and month. Applications are able to set specific dates to be
reported back, when selected, in the smart callbacks of the calendar widget.
]]
legacy_prefix: elm_calendar;
eo_prefix: elm_obj_calendar;
methods {
@property first_day_of_week {

View File

@ -7,6 +7,7 @@ class Elm.Check (Efl.Ui.Nstate, Elm.Interface.Atspi_Widget_Action)
except they do not work as a group, but independently, and only toggle
the value of a boolean between false and true.
]]
legacy_prefix: elm_check;
eo_prefix: efl_ui_check;
methods {
@property selected {

View File

@ -28,6 +28,7 @@ class Elm.Clock (Elm.Layout)
A newly created clock will fetch system's time (already considering local time adjustments) to
start with, and will tick accordingly.
]]
legacy_prefix: elm_clock;
eo_prefix: elm_obj_clock;
methods {
@property show_am_pm {

View File

@ -1,5 +1,6 @@
class Elm.Color.Item(Elm.Widget.Item)
{
legacy_prefix: elm_color_item;
eo_prefix: elm_obj_color_item;
methods {
@property color {

View File

@ -15,6 +15,7 @@ enum Elm.Colorselector.Mode
class Elm.Colorselector (Elm.Layout, Elm.Interface.Atspi_Widget_Action,
Evas.Clickable_Interface)
{
legacy_prefix: elm_colorselector;
eo_prefix: elm_obj_colorselector;
methods {
@property color {

View File

@ -2,6 +2,7 @@ class Elm.Combobox (Elm.Button, Evas.Selectable_Interface,
Elm.Interface.Atspi_Widget_Action,
Elm.Entry, Elm.Genlist, Elm.Hover, Elm.Multibuttonentry)
{
legacy_prefix: elm_combobox;
eo_prefix: elm_obj_combobox;
methods {
@property expanded {

View File

@ -1,5 +1,6 @@
class Elm.Conformant (Elm.Layout)
{
legacy_prefix: elm_conformant;
eo_prefix: elm_obj_conformant;
implements {
class.constructor;

View File

@ -10,6 +10,7 @@ enum Elm.Ctxpopup.Direction
class Elm.Ctxpopup (Elm.Layout, Elm.Interface.Atspi_Widget_Action, Efl.Orientation)
{
legacy_prefix: elm_ctxpopup;
eo_prefix: elm_obj_ctxpopup;
methods {
@property auto_hide_disabled {

View File

@ -1,5 +1,6 @@
class Elm.Ctxpopup.Item(Elm.Widget.Item)
{
legacy_prefix: elm_ctxpopup_item;
eo_prefix: elm_obj_ctxpopup_item;
methods {
@property prev {

View File

@ -17,6 +17,7 @@ enum Elm.Datetime.Field_Type
class Elm.Datetime (Elm.Layout)
{
legacy_prefix: elm_datetime;
eo_prefix: elm_obj_datetime;
methods {
@property format {

View File

@ -19,6 +19,7 @@ enum Elm.Dayselector.Day
class Elm.Dayselector (Elm.Layout)
{
legacy_prefix: elm_dayselector;
eo_prefix: elm_obj_dayselector;
methods {
@property week_start {

View File

@ -3,6 +3,7 @@ class Elm.Diskselector (Elm.Widget, Elm.Interface_Scrollable,
Evas.Clickable_Interface, Evas.Scrollable_Interface,
Evas.Selectable_Interface)
{
legacy_prefix: elm_diskselector;
eo_prefix: elm_obj_diskselector;
methods {
@property side_text_max_length {

View File

@ -1,5 +1,6 @@
class Elm.Diskselector.Item(Elm.Widget.Item)
{
legacy_prefix: elm_diskselector_item;
eo_prefix: elm_obj_diskselector_item;
methods {
@property prev {

View File

@ -118,6 +118,7 @@ class Elm.Entry (Elm.Layout, Elm.Interface_Scrollable, Evas.Clickable_Interface,
Elm.Interface.Atspi.Text, Elm.Interface.Atspi.Text.Editable, Efl.File,
Evas.Selectable_Interface, Evas.Scrollable_Interface)
{
legacy_prefix: elm_entry;
eo_prefix: elm_obj_entry;
methods {
@property scrollable {

View File

@ -2,6 +2,7 @@ class Elm.Fileselector (Elm.Layout, Elm.Interface.Fileselector,
Elm.Interface.Atspi_Widget_Action,
Evas.Clickable_Interface, Evas.Selectable_Interface)
{
legacy_prefix: elm_fileselector;
eo_prefix: elm_obj_fileselector;
methods {
@property buttons_ok_cancel {

View File

@ -1,5 +1,6 @@
class Elm.Fileselector_Button (Elm.Button, Elm.Interface.Fileselector)
{
legacy_prefix: elm_fileselector_button;
eo_prefix: elm_obj_fileselector_button;
methods {
@property inwin_mode {

View File

@ -1,6 +1,7 @@
class Elm.Fileselector_Entry (Elm.Layout, Elm.Interface.Fileselector,
Evas.Clickable_Interface, Evas.Selectable_Interface)
{
legacy_prefix: elm_fileselector_entry;
eo_prefix: elm_obj_fileselector_entry;
methods {
@property inwin_mode {

View File

@ -35,6 +35,7 @@ enum Elm.Flip.Direction
class Elm.Flip (Elm.Widget, Efl.Container)
{
legacy_prefix: elm_flip;
eo_prefix: elm_obj_flip;
methods {
@property interaction {

View File

@ -2,6 +2,7 @@ class Elm.Flipselector (Elm.Layout, Efl.Ui.Spin,
Elm.Interface.Atspi_Widget_Action,
Evas.Selectable_Interface)
{
legacy_prefix: elm_flipselector;
eo_prefix: elm_obj_flipselector;
methods {
@property items {

View File

@ -1,5 +1,6 @@
class Elm.Flipselector.Item(Elm.Widget.Item)
{
legacy_prefix: elm_flipselector_item;
eo_prefix: elm_obj_flipselector_item;
methods {
@property selected {

View File

@ -1,5 +1,6 @@
class Elm.Frame (Elm.Layout, Evas.Clickable_Interface)
{
legacy_prefix: elm_frame;
eo_prefix: elm_obj_frame;
methods {
@property collapse {

View File

@ -11,6 +11,7 @@ class Elm.Gengrid (Elm.Layout, Elm.Interface_Scrollable,
Evas.Clickable_Interface, Elm.Interface.Atspi_Widget_Action,
Elm.Interface.Atspi.Selection)
{
legacy_prefix: elm_gengrid;
eo_prefix: elm_obj_gengrid;
methods {
@property align {

View File

@ -25,6 +25,7 @@ enum Elm.Gengrid.Item.Field_Type
class Elm.Gengrid.Item(Elm.Widget.Item)
{
legacy_prefix: elm_gengrid_item;
eo_prefix: elm_obj_gengrid_item;
data: Elm_Gen_Item;
methods {

View File

@ -1,5 +1,6 @@
class Elm.Gengrid.Pan (Elm.Pan)
{
legacy_prefix: elm_gengrid_pan;
eo_prefix: elm_obj_gengrid_pan;
implements {
class.constructor;

View File

@ -6,6 +6,7 @@ class Elm.Genlist (Elm.Layout, Elm.Interface_Scrollable, Evas.Clickable_Interfac
Elm.Interface.Atspi_Widget_Action, Elm.Interface.Atspi.Selection,
Evas.Selectable_Interface)
{
legacy_prefix: elm_genlist;
eo_prefix: elm_obj_genlist;
methods {
@property homogeneous {

View File

@ -38,6 +38,7 @@ enum Elm.Genlist.Item.Scrollto_Type
class Elm.Genlist.Item(Elm.Widget.Item)
{
legacy_prefix: elm_genlist_item;
eo_prefix: elm_obj_genlist_item;
data: Elm_Gen_Item;
methods {

View File

@ -1,5 +1,6 @@
class Elm.Genlist.Pan (Elm.Pan)
{
legacy_prefix: elm_genlist_pan;
eo_prefix: elm_obj_genlist_pan;
implements {
class.constructor;

View File

@ -33,6 +33,7 @@ enum Elm.Gesture.State
class Elm.Gesture_Layer (Elm.Widget)
{
legacy_prefix: elm_gesture_layer;
eo_prefix: elm_obj_gesture_layer;
methods {
@property zoom_step {

View File

@ -82,6 +82,7 @@ enum Elm.GLView.Render.Policy
class Elm.Glview (Elm.Widget, Efl.Gfx.View)
{
legacy_prefix: elm_glview;
eo_prefix: elm_obj_glview;
methods {
version_constructor {

View File

@ -1,5 +1,6 @@
class Elm.Grid (Elm.Widget)
{
legacy_prefix: elm_grid;
eo_prefix: elm_obj_grid;
data: null;
methods {

View File

@ -9,6 +9,7 @@ enum Elm.Hover.Axis
class Elm.Hover (Elm.Layout, Evas.Clickable_Interface, Elm.Interface.Atspi_Widget_Action)
{
legacy_prefix: elm_hover;
eo_prefix: elm_obj_hover;
methods {
@property target {

View File

@ -3,6 +3,7 @@ class Elm.Hoversel (Elm.Button, Evas.Selectable_Interface,
Evas.Clickable_Interface,
Elm.Interface.Atspi_Widget_Action)
{
legacy_prefix: elm_hoversel;
eo_prefix: elm_obj_hoversel;
methods {
@property horizontal {

View File

@ -2,6 +2,7 @@ import elm_icon;
class Elm.Hoversel.Item(Elm.Widget.Item)
{
legacy_prefix: elm_hoversel_item;
eo_prefix: elm_obj_hoversel_item;
methods {
@property icon {

View File

@ -8,6 +8,7 @@ enum Elm.Icon.Type
class Elm.Icon (Elm.Image)
{
legacy_prefix: elm_icon;
eo_prefix: elm_obj_icon;
methods {
}

View File

@ -46,6 +46,7 @@ class Elm.Image (Elm.Widget, Evas.Clickable_Interface, Evas.Draggable_Interface,
Elm.Interface.Atspi_Image, Elm.Interface.Atspi_Widget_Action,
Edje.Object, Efl.Orientation, Efl.Flipable)
{
legacy_prefix: elm_image;
eo_prefix: elm_obj_image;
methods {
@property scale_type {

View File

@ -1,5 +1,6 @@
class Elm.Index (Elm.Layout, Evas.Clickable_Interface, Evas.Selectable_Interface)
{
legacy_prefix: elm_index;
eo_prefix: elm_obj_index;
methods {
@property autohide_disabled {

View File

@ -1,5 +1,6 @@
class Elm.Index.Item(Elm.Widget.Item, Elm.Interface.Atspi_Widget_Action)
{
legacy_prefix: elm_index_item;
eo_prefix: elm_obj_index_item;
methods {
@property selected {

View File

@ -1,5 +1,6 @@
class Elm.Inwin (Elm.Layout)
{
legacy_prefix: elm_inwin;
eo_prefix: elm_obj_win_inwin;
data: null;
methods {

View File

@ -10,6 +10,7 @@ enum Elm.Label.Slide_Mode
class Elm.Label (Elm.Layout)
{
legacy_prefix: elm_label;
eo_prefix: elm_obj_label;
methods {
@property wrap_width {

View File

@ -19,6 +19,7 @@ struct Elm.Layout_Part_Alias_Description
class Elm.Layout (Elm.Widget, Efl.Container, Efl.File)
{
legacy_prefix: elm_layout;
eo_prefix: elm_obj_layout;
data: Elm_Layout_Smart_Data;
methods {

View File

@ -40,6 +40,7 @@ class Elm.List (Elm.Layout, Elm.Interface_Scrollable,
Elm.Interface.Atspi_Widget_Action, Elm.Interface.Atspi.Selection,
Evas.Clickable_Interface, Evas.Selectable_Interface)
{
legacy_prefix: elm_list;
eo_prefix: elm_obj_list;
methods {
@property horizontal {

View File

@ -1,5 +1,6 @@
class Elm.List.Item(Elm.Widget.Item)
{
legacy_prefix: elm_list_item;
eo_prefix: elm_obj_list_item;
methods {
@property separator {

View File

@ -73,6 +73,7 @@ class Elm.Map (Elm.Widget, Elm.Interface_Scrollable,
Elm.Interface.Atspi_Widget_Action,
Evas.Clickable_Interface)
{
legacy_prefix: elm_map;
eo_prefix: elm_obj_map;
methods {
@property zoom {

View File

@ -1,5 +1,6 @@
class Elm.Map.Pan (Elm.Pan)
{
legacy_prefix: elm_map_pan;
eo_prefix: elm_obj_map_pan;
implements {
class.constructor;

View File

@ -1,5 +1,6 @@
class Elm.Mapbuf (Elm.Widget, Efl.Container)
{
legacy_prefix: elm_mapbuf;
eo_prefix: elm_obj_mapbuf;
methods {
@property auto {

View File

@ -1,5 +1,6 @@
class Elm.Menu (Elm.Widget, Evas.Clickable_Interface, Elm.Interface.Atspi.Selection)
{
legacy_prefix: elm_menu;
eo_prefix: elm_obj_menu;
methods {
@property selected_item {

View File

@ -1,5 +1,6 @@
class Elm.Menu.Item(Elm.Widget.Item, Elm.Interface.Atspi.Selection)
{
legacy_prefix: elm_menu_item;
eo_prefix: elm_obj_menu_item;
methods {
@property icon_name {

View File

@ -3,6 +3,7 @@ type Elm_Multibuttonentry_Format_Cb: __undefined_type;
class Elm.Multibuttonentry (Elm.Layout)
{
legacy_prefix: elm_multibuttonentry;
eo_prefix: elm_obj_multibuttonentry;
methods {
@property editable {

View File

@ -1,6 +1,7 @@
class Elm.Multibuttonentry.Item(Elm.Widget.Item,
Elm.Interface.Atspi_Widget_Action)
{
legacy_prefix: elm_multibuttonentry_item;
eo_prefix: elm_obj_multibuttonentry_item;
methods {
@property selected {

View File

@ -1,5 +1,6 @@
class Elm.Naviframe (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
{
legacy_prefix: elm_naviframe;
eo_prefix: elm_obj_naviframe;
methods {
@property event_enabled {

View File

@ -2,6 +2,7 @@ type Elm_Naviframe_Item_Pop_Cb: __undefined_type;
class Elm.Naviframe.Item(Elm.Widget.Item)
{
legacy_prefix: elm_naviframe_item;
eo_prefix: elm_obj_naviframe_item;
methods {
@property style {

View File

@ -1,5 +1,6 @@
class Elm.Notify (Elm.Widget, Efl.Container)
{
legacy_prefix: elm_notify;
eo_prefix: elm_obj_notify;
methods {
@property align {

View File

@ -1,5 +1,6 @@
class Elm.Pan (Evas.Smart.Clipped)
{
legacy_prefix: elm_pan;
eo_prefix: elm_obj_pan;
data: Elm_Pan_Smart_Data;
methods {

View File

@ -11,6 +11,7 @@ enum Elm.Panel.Orient
class Elm.Panel (Elm.Layout, Elm.Interface_Scrollable,
Elm.Interface.Atspi_Widget_Action)
{
legacy_prefix: elm_panel;
eo_prefix: elm_obj_panel;
methods {
@property orient {

View File

@ -1,5 +1,6 @@
class Elm.Panes (Elm.Layout, Evas.Clickable_Interface)
{
legacy_prefix: elm_panes;
eo_prefix: elm_obj_panes;
methods {
@property content_left_size {

View File

@ -1,5 +1,6 @@
class Elm.Photo (Elm.Widget, Efl.File, Evas.Clickable_Interface, Evas.Draggable_Interface)
{
legacy_prefix: elm_photo;
eo_prefix: elm_obj_photo;
implements {
class.constructor;

View File

@ -15,6 +15,7 @@ class Elm.Photocam (Elm.Widget, Elm.Interface_Scrollable,
Evas.Clickable_Interface, Evas.Scrollable_Interface,
Evas.Zoomable_Interface)
{
legacy_prefix: elm_photocam;
eo_prefix: elm_obj_photocam;
methods {
@property paused {

View File

@ -1,5 +1,6 @@
class Elm.Photocam.Pan (Elm.Pan)
{
legacy_prefix: elm_photocam_pan;
eo_prefix: elm_obj_photocam_pan;
implements {
class.constructor;

View File

@ -1,5 +1,6 @@
class Elm.Player (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
{
legacy_prefix: elm_player;
eo_prefix: elm_obj_player;
implements {
class.constructor;

View File

@ -1,5 +1,6 @@
class Elm.Plug (Elm.Widget, Evas.Clickable_Interface)
{
legacy_prefix: elm_plug;
eo_prefix: elm_obj_plug;
data: null;
methods {

View File

@ -25,6 +25,7 @@ enum Elm.Popup.Orient
class Elm.Popup (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
{
legacy_prefix: elm_popup;
eo_prefix: elm_obj_popup;
methods {
@property align {

View File

@ -1,5 +1,6 @@
class Elm.Popup.Item(Elm.Widget.Item)
{
legacy_prefix: elm_popup_item;
eo_prefix: elm_obj_popup_item;
implements {
Eo.Base.constructor;

View File

@ -5,6 +5,7 @@ type Elm_Prefs_Reset_Mode: __undefined_type;
class Elm.Prefs (Elm.Widget, Efl.File)
{
legacy_prefix: elm_prefs;
eo_prefix: elm_obj_prefs;
methods {
@property data {

View File

@ -1,6 +1,7 @@
class Elm.Progressbar (Elm.Layout, Efl.Ui.Progress,
Efl.Orientation)
{
legacy_prefix: elm_progressbar;
eo_prefix: elm_obj_progressbar;
methods {
@property pulse {

View File

@ -1,5 +1,6 @@
class Elm.Radio (Elm.Check, Elm.Interface.Atspi_Widget_Action)
{
legacy_prefix: elm_radio;
eo_prefix: elm_obj_radio;
methods {
@property state_value {

View File

@ -1,5 +1,6 @@
class Elm.Route (Elm.Widget)
{
legacy_prefix: elm_route;
eo_prefix: elm_obj_route;
methods {
@property emap {

View File

@ -2,6 +2,7 @@ class Elm.Scroller (Elm.Layout, Elm.Interface_Scrollable,
Elm.Interface.Atspi_Widget_Action,
Evas.Scrollable_Interface)
{
legacy_prefix: elm_scroller;
eo_prefix: elm_obj_scroller;
methods {
@property propagate_events {

View File

@ -1,5 +1,6 @@
class Elm.Segment_Control (Elm.Layout)
{
legacy_prefix: elm_segment_control;
eo_prefix: elm_obj_segment_control;
methods {
@property item_count {

View File

@ -1,5 +1,6 @@
class Elm.Segment_Control.Item(Elm.Widget.Item)
{
legacy_prefix: elm_segment_control_item;
eo_prefix: elm_obj_segment_control_item;
methods {
index_get @const {

View File

@ -1,5 +1,6 @@
class Elm.Separator (Elm.Layout)
{
legacy_prefix: elm_separator;
eo_prefix: elm_obj_separator;
methods {
@property horizontal {

View File

@ -6,6 +6,7 @@ class Elm.Slider (Elm.Layout, Efl.Ui.Progress,
Elm.Interface.Atspi.Value,
Elm.Interface.Atspi_Widget_Action)
{
legacy_prefix: elm_slider;
eo_prefix: elm_obj_slider;
methods {
@property indicator_format {

View File

@ -3,6 +3,7 @@ type Elm_Slideshow_Item_Class: __undefined_type;
class Elm.Slideshow (Elm.Layout, Elm.Interface.Atspi_Widget_Action)
{
eo_prefix: elm_obj_slideshow;
legacy_prefix: elm_slideshow;
methods {
@property cache_after {
set {

View File

@ -1,5 +1,6 @@
class Elm.Slideshow.Item(Elm.Widget.Item)
{
legacy_prefix: elm_slideshow_item;
eo_prefix: elm_obj_slideshow_item;
methods {
show {

View File

@ -1,6 +1,7 @@
class Elm.Spinner (Elm.Layout, Efl.Ui.Spin,
Elm.Interface.Atspi.Value, Elm.Interface.Atspi_Widget_Action)
{
legacy_prefix: elm_spinner;
eo_prefix: elm_obj_spinner;
methods {
@property wrap {

View File

@ -1,5 +1,6 @@
class Elm.Sys_Notify.Dbus (Eo.Base, Elm.Sys_Notify_Interface)
{
legacy_prefix: elm_sys_notify_dbus;
eo_prefix: elm_obj_sys_notify_dbus;
data: null;

View File

@ -24,6 +24,7 @@ enum Elm.Systray.Status
class Elm.Systray (Eo.Base)
{
legacy_prefix: elm_systray;
eo_prefix: elm_obj_systray;
data: null;
methods {

View File

@ -1,5 +1,6 @@
class Elm.Table (Elm.Widget)
{
legacy_prefix: elm_table;
eo_prefix: elm_obj_table;
data: null;
methods {

View File

@ -2,6 +2,7 @@
class Elm.Thumb (Elm.Layout, Efl.File, Evas.Clickable_Interface,
Evas.Draggable_Interface)
{
legacy_prefix: elm_thumb;
eo_prefix: elm_obj_thumb;
implements {
class.constructor;

View File

@ -28,6 +28,7 @@ class Elm.Toolbar (Elm.Widget, Elm.Interface_Scrollable, Efl.Orientation,
Elm.Interface.Atspi_Widget_Action, Elm.Interface.Atspi.Selection,
Evas.Clickable_Interface, Evas.Selectable_Interface)
{
legacy_prefix: elm_toolbar;
eo_prefix: elm_obj_toolbar;
methods {
@property homogeneous {

View File

@ -25,6 +25,7 @@ struct Elm.Toolbar.Item.State
class Elm.Toolbar.Item(Elm.Widget.Item)
{
legacy_prefix: elm_toolbar_item;
eo_prefix: elm_obj_toolbar_item;
methods {
@property prev {

View File

@ -1,5 +1,6 @@
class Elm.Video (Elm.Layout, Efl.File, Elm.Interface.Atspi_Widget_Action)
{
legacy_prefix: elm_video;
eo_prefix: elm_obj_video;
methods {
@property audio_level {

View File

@ -16,6 +16,7 @@ enum Elm.Web.Zoom_Mode
class Elm.Web (Elm.Widget)
{
legacy_prefix: elm_web;
eo_prefix: elm_obj_web;
methods {
@property text_matches_highlight @virtual_pure {

View File

@ -22,6 +22,7 @@ struct @extern Elm.Theme;
abstract Elm.Widget (Evas.Object.Smart, Elm.Interface.Atspi_Accessible, Elm.Interface.Atspi_Component)
{
legacy_prefix: elm_widget;
eo_prefix: elm_obj_widget;
data: Elm_Widget_Smart_Data;
methods {

View File

@ -164,6 +164,7 @@ enum Elm.Illume_Command
class Elm.Win (Elm.Widget, Elm.Interface.Atspi.Window,
Elm.Interface.Atspi_Widget_Action, Efl.Pack)
{
legacy_prefix: elm_win;
eo_prefix: elm_obj_win;
methods {
@property keyboard_win {

View File

@ -1,4 +1,5 @@
class Emotion.Object (Evas.Object.Smart, Efl.File, Efl.Player, Efl.Image, Efl.Image.Load) {
legacy_prefix: emotion_object;
eo_prefix: emotion_obj;
methods {
@property option {

View File

@ -2,6 +2,7 @@ import evas_types;
abstract Evas.Object (Eo.Base, Evas.Common_Interface, Efl.Gfx, Efl.Gfx.Stack, Efl.Animator)
{
legacy_prefix: evas_object;
eo_prefix: evas_obj;
data: Evas_Object_Protected_Data;
methods {

View File

@ -5,6 +5,7 @@ struct @extern Evas.Smart.Cb_Description;
class Evas.Object.Smart (Evas.Object, Evas.Signal_Interface)
{
legacy_prefix: evas_object_smart;
eo_prefix: evas_obj_smart;
data: Evas_Smart_Data;
methods {