summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_atspi_plug.eo
blob: e7c133f84732b4267f2dc4fb31991611a1d329c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
class Elm.Atspi.Plug (Efl.Object, Elm.Interface.Atspi_Accessible,
                      Elm.Interface.Atspi.Socket)
{
   [[AT-SPI Plug class.]]
   legacy_prefix: elm_atspi_plug;
   eo_prefix: elm_obj_atspi_plug;
   implements {
      Efl.Object.destructor;
      Efl.Object.constructor;
      Elm.Interface.Atspi.Socket.on_embedded;
      Elm.Interface.Atspi.Socket.on_unembedded;
   }
}