organize configs in conf/ into new subdirectories
[systembsd.git] / conf / introspect-xml / localed-ispect.xml
CommitLineData
f5748cd4 1<?xml version="1.0" encoding="UTF-8"?>
9c62dcb8 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>
f5748cd4 4 <interface name="org.freedesktop.locale1">
9c62dcb8 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" />
f5748cd4 12 <method name="SetLocale">
9c62dcb8 13 <arg type="as" direction="in" />
14 <arg type="b" direction="in" />
f5748cd4 15 </method>
16 <method name="SetVConsoleKeyboard">
9c62dcb8 17 <arg type="s" direction="in" />
18 <arg type="s" direction="in" />
19 <arg type="b" direction="in" />
20 <arg type="b" direction="in" />
f5748cd4 21 </method>
22 <method name="SetX11Keyboard">
9c62dcb8 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" />
f5748cd4 29 </method>
f5748cd4 30 </interface>
31</node>