summaryrefslogtreecommitdiff
path: root/dbus/org.freedesktop.timedate1.xml
blob: c8190cfe752ca07d4152b10ac2b5edb15d304823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE node PUBLIC
 "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
 "https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd" [
  <!ENTITY ERROR_GENERAL "org.freedesktop.timedate1.GeneralError">
]>
<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">

 <interface name="org.freedesktop.timedate1">
  <property name="Timezone" type="s" access="read">
  </property>
  <property name="LocalRTC" type="b" access="read">
  </property>
  <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>
  <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>

  <property name="DaemonVersion" type="s" access="read">
    <doc:doc><doc:description><doc:para>
      Version of the running daemon, e.g. <doc:tt>1.0.0</doc:tt>.
    </doc:para></doc:description></doc:doc>
  </property>

  <method name="SetTime">
   <arg type="x" name="usec_utc" direction="in"/>
   <arg type="b" name="relative" direction="in"/>
   <arg type="b" name="interactive" direction="in"/>
  </method>
  <method name="SetTimezone">
   <arg type="s" name="timezone" direction="in"/>
   <arg type="b" name="interactive" direction="in"/>
  </method>
  <method name="SetLocalRTC">
   <arg type="b" name="local_rtc" direction="in"/>
   <arg type="b" name="fix_system" direction="in"/>
   <arg type="b" name="interactive" direction="in"/>
  </method>
  <method name="SetNTP">
   <arg type="b" name="use_ntp" direction="in"/>
   <arg type="b" name="interactive" direction="in"/>
  </method>
  <method name="ListTimezones">
   <arg type="as" name="timezones" direction="out"/>
  </method>


 </interface>
</node>