bring in skeleton conf, add to makefile install target
[systembsd.git] / conf / localed-ispect.xml
CommitLineData
56dc8a08 1<?xml version="1.0" encoding="UTF-8"?>
2<node name="/org/freedesktop/locale1">
3 <interface name="org.freedesktop.locale1">
4 <method name="SetLocale">
5 <arg direction="in" type="as" name="locale" />
6 <arg direction="in" type="b" name="user_interaction" />
7 </method>
8 <method name="SetVConsoleKeyboard">
9 <arg direction="in" type="s" name="keymap" />
10 <arg direction="in" type="s" name="keymap_toggle" />
11 <arg direction="in" type="b" name="convert" />
12 <arg direction="in" type="b" name="user_interaction" />
13 </method>
14 <method name="SetX11Keyboard">
15 <arg direction="in" type="s" name="layout" />
16 <arg direction="in" type="s" name="model" />
17 <arg direction="in" type="s" name="variant" />
18 <arg direction="in" type="s" name="options" />
19 <arg direction="in" type="b" name="convert" />
20 <arg direction="in" type="b" name="user_interaction" />
21 </method>
22 <property name="Locale" type="as" access="read" />
23 <property name="VConsoleKeymap" type="s" access="read" />
24 <property name="VConsoleKeymapToggle" type="s" access="read" />
25 <property name="X11Layout" type="s" access="read" />
26 <property name="X11Model" type="s" access="read" />
27 <property name="X11Variant" type="s" access="read" />
28 <property name="X11Options" type="s" access="read" />
29 </interface>
30</node>