summaryrefslogtreecommitdiff
path: root/RemoteControlManager.xml
diff options
context:
space:
mode:
Diffstat (limited to 'RemoteControlManager.xml')
-rw-r--r--RemoteControlManager.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/RemoteControlManager.xml b/RemoteControlManager.xml
new file mode 100644
index 0000000..ede8f69
--- /dev/null
+++ b/RemoteControlManager.xml
@@ -0,0 +1,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>