Changeset View
Changeset View
Standalone View
Standalone View
src/lib/elementary/elm_plug_eo.c
Show First 20 Lines • Show All 48 Lines • ▼ Show 20 Line(s) | 47 | static const Efl_Class_Description _elm_plug_class_desc = { | |||
---|---|---|---|---|---|
49 | "Elm.Plug", | 49 | "Elm.Plug", | ||
50 | EFL_CLASS_TYPE_REGULAR, | 50 | EFL_CLASS_TYPE_REGULAR, | ||
51 | 0, | 51 | 0, | ||
52 | _elm_plug_class_initializer, | 52 | _elm_plug_class_initializer, | ||
53 | _elm_plug_class_constructor, | 53 | _elm_plug_class_constructor, | ||
54 | NULL | 54 | NULL | ||
55 | }; | 55 | }; | ||
56 | 56 | | |||
57 | EFL_DEFINE_CLASS(elm_plug_class_get, &_elm_plug_class_desc, EFL_UI_WIDGET_CLASS, EFL_UI_CLICKABLE_INTERFACE, EFL_UI_LEGACY_INTERFACE, NULL); | 57 | EFL_DEFINE_CLASS(elm_plug_class_get, &_elm_plug_class_desc, EFL_UI_WIDGET_CLASS, EFL_UI_CLICKABLE_MIXIN, EFL_UI_LEGACY_INTERFACE, NULL); | ||
58 | 58 | | |||
59 | #include "elm_plug_eo.legacy.c" | 59 | #include "elm_plug_eo.legacy.c" |