organize configs in conf/ into new subdirectories
[systembsd.git] / conf / introspect-xml / timedated-ispect.xml
CommitLineData
56dc8a08 1<?xml version="1.0" encoding="UTF-8"?>
6bc7cbf2 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>
56dc8a08 4 <interface name="org.freedesktop.timedate1">
6bc7cbf2 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>
56dc8a08 20 <method name="SetTime">
6bc7cbf2 21 <arg type="x" direction="in" />
22 <arg type="b" direction="in" />
23 <arg type="b" direction="in" />
56dc8a08 24 </method>
25 <method name="SetTimezone">
6bc7cbf2 26 <arg type="s" direction="in" />
27 <arg type="b" direction="in" />
56dc8a08 28 </method>
29 <method name="SetLocalRTC">
6bc7cbf2 30 <arg type="b" direction="in" />
31 <arg type="b" direction="in" />
32 <arg type="b" direction="in" />
56dc8a08 33 </method>
34 <method name="SetNTP">
6bc7cbf2 35 <arg type="b" direction="in" />
36 <arg type="b" direction="in" />
56dc8a08 37 </method>
56dc8a08 38 </interface>
39</node>