bring in skeleton conf, add to makefile install target
[systembsd.git] / conf / timedated-ispect.xml
CommitLineData
56dc8a08 1<?xml version="1.0" encoding="UTF-8"?>
2<node name="/org/freedesktop/timedate1">
3 <interface name="org.freedesktop.timedate1">
4 <method name="SetTime">
5 <arg direction="in" type="x" name="usec_utc" />
6 <arg direction="in" type="b" name="relative" />
7 <arg direction="in" type="b" name="user_interaction" />
8 </method>
9 <method name="SetTimezone">
10 <arg direction="in" type="s" name="timezone" />
11 <arg direction="in" type="b" name="user_interaction" />
12 </method>
13 <method name="SetLocalRTC">
14 <arg direction="in" type="b" name="local_rtc" />
15 <arg direction="in" type="b" name="fix_system" />
16 <arg direction="in" type="b" name="user_interaction" />
17 </method>
18 <method name="SetNTP">
19 <arg direction="in" type="b" name="use_ntp" />
20 <arg direction="in" type="b" name="user_interaction" />
21 </method>
22 <property name="Timezone" type="s" access="read" />
23 <property name="LocalRTC" type="b" access="read" />
24 <property name="NTP" type="b" access="read" />
25 </interface>
26</node>