following last commit, freshen up all ispect xml files with a on an updated archlinu...
[systembsd.git] / conf / timedated-ispect.xml
index 48f2201667a0a0bd188ea9414d32f7a1288840e9..5dc44ffdc6bc855ccf90d66d52e88c17058181b4 100644 (file)
@@ -1,26 +1,39 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<node name="/org/freedesktop/timedate1">
+<!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.timedate1">
+        <property name="Timezone" type="s" access="read" />
+        <property name="LocalRTC" type="b" access="read" />
+        <property name="CanNTP" type="b" access="read">
+            <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" />
+        </property>
+        <property name="NTP" type="b" access="read" />
+        <property name="NTPSynchronized" type="b" access="read">
+            <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" />
+        </property>
+        <property name="TimeUSec" type="t" access="read">
+            <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" />
+        </property>
+        <property name="RTCTimeUSec" type="t" access="read">
+            <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" />
+        </property>
         <method name="SetTime">
-            <arg direction="in" type="x" name="usec_utc" />
-            <arg direction="in" type="b" name="relative" />
-            <arg direction="in" type="b" name="user_interaction" />
+            <arg type="x" direction="in" />
+            <arg type="b" direction="in" />
+            <arg type="b" direction="in" />
         </method>
         <method name="SetTimezone">
-            <arg direction="in" type="s" name="timezone" />
-            <arg direction="in" type="b" name="user_interaction" />
+            <arg type="s" direction="in" />
+            <arg type="b" direction="in" />
         </method>
         <method name="SetLocalRTC">
-            <arg direction="in" type="b" name="local_rtc" />
-            <arg direction="in" type="b" name="fix_system" />
-            <arg direction="in" type="b" name="user_interaction" />
+            <arg type="b" direction="in" />
+            <arg type="b" direction="in" />
+            <arg type="b" direction="in" />
         </method>
         <method name="SetNTP">
-            <arg direction="in" type="b" name="use_ntp" />
-            <arg direction="in" type="b" name="user_interaction" />
+            <arg type="b" direction="in" />
+            <arg type="b" direction="in" />
         </method>
-        <property name="Timezone" type="s" access="read" />
-        <property name="LocalRTC" type="b" access="read" />
-        <property name="NTP" type="b" access="read" />
     </interface>
 </node>