blob: ede8f690fe538fc23ed1e8f2cc922d51da190405 (
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
|
<?xml version="1.0" encoding="UTF-8" ?>
<node name="/org/gnome/RemoteControlManager">
<interface name='org.gnome.RemoteControlManager.Device'>
<annotation name="org.gtk.GDBus.C.Name" value="RCDevice"/>
<method name='EchoString'>
<arg type='s' name='greeting' direction='in'/>
<arg type='s' name='response' direction='out'/>
</method>
<method name='ListKeymaps'>
<arg type='as' name='keymap_names' direction='out'/>
</method>
<method name='GetKeymap'>
<arg type='s' name='keymap_name' direction='in'/>
<arg type='q' name='keymap_width' direction='out'/>
<arg type='q' name='keymap_height' direction='out'/>
<arg type='aa{sv}' name='keymap_entries' direction='out'/>
</method>
<signal name='VelocityChanged'>
<arg type='s' name='event'/>
</signal>
<property name='DriverName' type='s' access='read'/>
<property name='KernelKeymapName' type='s' access='read'/>
<property name='GetHardwareType' type='s' access='read'/>
</interface>
<interface name='org.gnome.RemoteControlManager.IRDevice'>
<annotation name="org.gtk.GDBus.C.Name" value="RCIRDevice"/>
<method name='GetIRRXParameters'>
<arg type='a{sv}' name='ir_rx_parameters' direction='out'/>
</method>
</interface>
</node>
|