following last commit, freshen up all ispect xml files with a on an updated archlinu...
[systembsd.git] / conf / timedated-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.timedate1">
9c62dcb8 5 <property name="Timezone" type="s" access="read" />
6 <property name="LocalRTC" type="b" access="read" />
7 <property name="CanNTP" type="b" access="read">
8 <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" />
9 </property>
10 <property name="NTP" type="b" access="read" />
11 <property name="NTPSynchronized" type="b" access="read">
12 <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" />
13 </property>
14 <property name="TimeUSec" type="t" access="read">
15 <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" />
16 </property>
17 <property name="RTCTimeUSec" type="t" access="read">
18 <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false" />
19 </property>
f5748cd4 20 <method name="SetTime">
9c62dcb8 21 <arg type="x" direction="in" />
22 <arg type="b" direction="in" />
23 <arg type="b" direction="in" />
f5748cd4 24 </method>
25 <method name="SetTimezone">
9c62dcb8 26 <arg type="s" direction="in" />
27 <arg type="b" direction="in" />
f5748cd4 28 </method>
29 <method name="SetLocalRTC">
9c62dcb8 30 <arg type="b" direction="in" />
31 <arg type="b" direction="in" />
32 <arg type="b" direction="in" />
f5748cd4 33 </method>
34 <method name="SetNTP">
9c62dcb8 35 <arg type="b" direction="in" />
36 <arg type="b" direction="in" />
f5748cd4 37 </method>
f5748cd4 38 </interface>
39</node>