blob: 7fa1dcaa605c41f5fb378896ddde984fab19e6e1 (
plain) (
blame)
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"?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.freedesktop.locale1">
<property name="Locale" type="as" access="read" />
<property name="X11Layout" type="s" access="read" />
<property name="X11Model" type="s" access="read" />
<property name="X11Variant" type="s" access="read" />
<property name="X11Options" type="s" access="read" />
<property name="VConsoleKeymap" type="s" access="read" />
<property name="VConsoleKeymapToggle" type="s" access="read" />
<method name="SetLocale">
<arg type="as" direction="in" />
<arg type="b" direction="in" />
</method>
<method name="SetVConsoleKeyboard">
<arg type="s" direction="in" />
<arg type="s" direction="in" />
<arg type="b" direction="in" />
<arg type="b" direction="in" />
</method>
<method name="SetX11Keyboard">
<arg type="s" direction="in" />
<arg type="s" direction="in" />
<arg type="s" direction="in" />
<arg type="s" direction="in" />
<arg type="b" direction="in" />
<arg type="b" direction="in" />
</method>
</interface>
</node>
|