]> git.ipfire.org Git - thirdparty/systemd.git/blob - org.freedesktop.timedate1.xml
build-sys: Add i18n support through intltool
[thirdparty/systemd.git] / org.freedesktop.timedate1.xml
1 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
2 "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 <method name="SetTime">
8 <arg name="usec_utc" type="x" direction="in"/>
9 <arg name="relative" type="b" direction="in"/>
10 <arg name="user_interaction" type="b" direction="in"/>
11 </method>
12 <method name="SetTimezone">
13 <arg name="timezone" type="s" direction="in"/>
14 <arg name="user_interaction" type="b" direction="in"/>
15 </method>
16 <method name="SetLocalRTC">
17 <arg name="local_rtc" type="b" direction="in"/>
18 <arg name="fix_system" type="b" direction="in"/>
19 <arg name="user_interaction" type="b" direction="in"/>
20 </method>
21 </interface>
22 </node>