class Elm.Icon extends Efl.Ui.Image implements Efl.Ui.Legacy { [[Elementary Icon Class]] legacy_prefix: elm_icon; eo_prefix: elm_obj_icon; event_prefix: elm_icon; methods { } implements { class.constructor; Efl.Object.constructor; Efl.Ui.Widget.theme_apply; Efl.File.load; } events { thumb,done: void; [[Called when thumb nailing is successfully done]] thumb,error: void; [[Called when thumb nailing failed]] } }