summaryrefslogtreecommitdiff
path: root/src/qa-plugin/qa.xml
blob: 1ee7fd88c859132a35433ff6fac288c7cb89b6d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<protocol name="qa">

  <interface name="qa" version="1">

    <request name="surface_list"/>

    <request name="surface_move">
      <arg name="id" type="uint"/>
      <arg name="x" type="uint"/>
      <arg name="y" type="uint"/>
    </request>

    <request name="destroy" type="destructor"/>

    <event name="list_surface">
      <arg name="list" type="string"/>
    </event>

    <event name="move_surface"/>

  </interface>

</protocol>