diff options
Diffstat (limited to 'conf/localed-ispect.xml')
-rw-r--r-- | conf/localed-ispect.xml | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/conf/localed-ispect.xml b/conf/localed-ispect.xml index 46a7a36..7fa1dca 100644 --- a/conf/localed-ispect.xml +++ b/conf/localed-ispect.xml @@ -1,30 +1,31 @@ <?xml version="1.0" encoding="UTF-8"?> -<node name="/org/freedesktop/locale1"> +<!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 direction="in" type="as" name="locale" /> - <arg direction="in" type="b" name="user_interaction" /> + <arg type="as" direction="in" /> + <arg type="b" direction="in" /> </method> <method name="SetVConsoleKeyboard"> - <arg direction="in" type="s" name="keymap" /> - <arg direction="in" type="s" name="keymap_toggle" /> - <arg direction="in" type="b" name="convert" /> - <arg direction="in" type="b" name="user_interaction" /> + <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 direction="in" type="s" name="layout" /> - <arg direction="in" type="s" name="model" /> - <arg direction="in" type="s" name="variant" /> - <arg direction="in" type="s" name="options" /> - <arg direction="in" type="b" name="convert" /> - <arg direction="in" type="b" name="user_interaction" /> + <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> - <property name="Locale" type="as" access="read" /> - <property name="VConsoleKeymap" type="s" access="read" /> - <property name="VConsoleKeymapToggle" type="s" 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" /> </interface> </node> |