summaryrefslogtreecommitdiff
path: root/RemoteControlManager.xml
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2015-07-18 10:54:23 +0200
committerDavid Härdeman <david@hardeman.nu>2015-07-18 10:54:23 +0200
commitf9bfa7645d2301fbf9de5510ad9cf4c98d8cfcea (patch)
treed9fbd275f15934d882f4b3872843d1413a3cebb5 /RemoteControlManager.xml
parentdc425fc6d1c75656fc30f0afd7825274200a97fa (diff)
Separate keymap id and name
Diffstat (limited to 'RemoteControlManager.xml')
-rw-r--r--RemoteControlManager.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/RemoteControlManager.xml b/RemoteControlManager.xml
index df8f2b2..dc6d4d5 100644
--- a/RemoteControlManager.xml
+++ b/RemoteControlManager.xml
@@ -3,10 +3,12 @@
<interface name='org.gnome.RemoteControlManager.Device'>
<annotation name="org.gtk.GDBus.C.Name" value="RCDevice"/>
<method name='ListKeymaps'>
- <arg type='as' name='keymap_names' direction='out'/>
+ <arg type='as' name='keymap_ids' direction='out'/>
</method>
<method name='GetKeymap'>
- <arg type='s' name='keymap_name' direction='in'/>
+ <arg type='s' name='keymap_id' direction='in'/>
+ <arg type='s' name='keymap_name' direction='out'/>
+ <arg type='s' name='keymap_description' direction='out'/>
<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'/>