summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_atspi_adaptor.eo
blob: 1017bc47bd44fdb5c60b9b07ffb59b4d8996b111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import elm_interface_atspi_accessible;

class Elm.Atspi.Adaptor (Efl.Object)
{
   methods {
        event_handle {
             params {
                  @in event: const(ptr(Elm.Accessible.Event));
             }
        }
   }
   implements {
        Efl.Object.constructor;
        Efl.Object.destructor;
   }
}