cut out cruft in dbus confs
[systembsd.git] / conf / localed-ispect.xml
CommitLineData
56dc8a08 1<?xml version="1.0" encoding="UTF-8"?>
6bc7cbf2 2<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
3<node>
56dc8a08 4 <interface name="org.freedesktop.locale1">
6bc7cbf2 5 <property name="Locale" type="as" access="read" />
6 <property name="X11Layout" type="s" access="read" />
7 <property name="X11Model" type="s" access="read" />
8 <property name="X11Variant" type="s" access="read" />
9 <property name="X11Options" type="s" access="read" />
10 <property name="VConsoleKeymap" type="s" access="read" />
11 <property name="VConsoleKeymapToggle" type="s" access="read" />
56dc8a08 12 <method name="SetLocale">
6bc7cbf2 13 <arg type="as" direction="in" />
14 <arg type="b" direction="in" />
56dc8a08 15 </method>
16 <method name="SetVConsoleKeyboard">
6bc7cbf2 17 <arg type="s" direction="in" />
18 <arg type="s" direction="in" />
19 <arg type="b" direction="in" />
20 <arg type="b" direction="in" />
56dc8a08 21 </method>
22 <method name="SetX11Keyboard">
6bc7cbf2 23 <arg type="s" direction="in" />
24 <arg type="s" direction="in" />
25 <arg type="s" direction="in" />
26 <arg type="s" direction="in" />
27 <arg type="b" direction="in" />
28 <arg type="b" direction="in" />
56dc8a08 29 </method>
56dc8a08 30 </interface>
31</node>