summaryrefslogtreecommitdiff
path: root/config.tests/wayland_scanner/scanner-test.xml
blob: 19dab9b5c177518bd69a2b2cc6feda07b2b47c61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<protocol name="scanner_test">
  <!-- a dummy extension to test for wayland-scanner tool -->
    <copyright>
 Copyright (C) 2015 The Qt Company Ltd.
 SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
    </copyright>
  <interface name="wl_scanner_test" version="1">

    <!-- Create a wayland buffer wrapping a global image. -->
    <request name="get_scanner_test">
      <arg name="id" type="new_id" interface="wl_scanner_test"/>
      <arg name="fakedata" type="int"/>
    </request>
  </interface>

</protocol>