summaryrefslogtreecommitdiff
path: root/src/qa-plugin/qa.xml
blob: b804b645d55350604782a8219c3c2112e0bd9de9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<protocol name="qa">

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

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

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

  </interface>

</protocol>