following last commit, freshen up all ispect xml files with a on an updated archlinu...
[systembsd.git] / conf / localed-ispect.xml
index 46a7a3629840126168c1eca6d68ccda596521686..7fa1dcaa605c41f5fb378896ddde984fab19e6e1 100644 (file)
@@ -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>