organize configs in conf/ into new subdirectories
[systembsd.git] / conf / introspect-xml / timedated-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.timedate1">
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>
20 <method name="SetTime">
21 <arg type="x" direction="in" />
22 <arg type="b" direction="in" />
23 <arg type="b" direction="in" />
24 </method>
25 <method name="SetTimezone">
26 <arg type="s" direction="in" />
27 <arg type="b" direction="in" />
28 </method>
29 <method name="SetLocalRTC">
30 <arg type="b" direction="in" />
31 <arg type="b" direction="in" />
32 <arg type="b" direction="in" />
33 </method>
34 <method name="SetNTP">
35 <arg type="b" direction="in" />
36 <arg type="b" direction="in" />
37 </method>
38 </interface>
39 </node>