diff options
Diffstat (limited to 'RemoteControlManager.xml')
-rw-r--r-- | RemoteControlManager.xml | 6 |
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'/> |