remove genfiles from repo, instead generate in makefile
[systembsd.git] / conf / introspect-xml / localed-ispect.xml
1 <?xml version="1.0" encoding="UTF-8"?>
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>
4 <interface name="org.freedesktop.locale1">
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" />
12 <method name="SetLocale">
13 <arg type="as" direction="in" />
14 <arg type="b" direction="in" />
15 </method>
16 <method name="SetVConsoleKeyboard">
17 <arg type="s" direction="in" />
18 <arg type="s" direction="in" />
19 <arg type="b" direction="in" />
20 <arg type="b" direction="in" />
21 </method>
22 <method name="SetX11Keyboard">
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" />
29 </method>
30 </interface>
31 </node>