summaryrefslogtreecommitdiff
path: root/src/wayland_protocol/efl-aux-hints.xml
blob: 442285a13f830686c199b02e3805651f16e6bc93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<protocol name="efl_aux_hints">

  <interface name="efl_aux_hints" version="1">
    <request name="add_aux_hint">
      <arg name="surface" type="object" interface="wl_surface"/>
      <arg name="id" type="int"/>
      <arg name="hint" type="string"/>
      <arg name="val" type="string"/>
    </request>
    <request name="change_aux_hint">
      <arg name="surface" type="object" interface="wl_surface"/>
      <arg name="id" type="int"/>
      <arg name="val" type="string"/>
    </request>
    <request name="del_aux_hint">
      <arg name="surface" type="object" interface="wl_surface"/>
      <arg name="id" type="int"/>
    </request>
    <request name="get_supported_aux_hints">
      <arg name="surface" type="object" interface="wl_surface"/>
    </request>
    <event name="supported_aux_hints">
      <arg name="surface" type="object" interface="wl_surface"/>
      <arg name="hints" type="array"/>
      <arg name="num_hints" type="uint"/>
    </event>
    <event name="allowed_aux_hint">
      <arg name="surface" type="object" interface="wl_surface"/>
      <arg name="id" type="int"/>
    </event>
    <event name="aux_message">
      <arg name="surface" type="object" interface="wl_surface"/>
      <arg name="key" type="string"/>
      <arg name="val" type="string"/>
      <arg name="options" type="array"/>
    </event>
  </interface>

</protocol>