aboutsummaryrefslogtreecommitdiff
blob: c5cdbee55dee1aea24275474c8a5cc969b535232 (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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">

<node name="/org/freedesktop/timedate1">
    <interface name="org.freedesktop.timedate1">
        <method name="SetTime">
            <arg direction="in" type="x" name="usec_utc"/>
            <arg direction="in" type="b" name="relative"/>
            <arg direction="in" type="b" name="user_interaction"/>
        </method>
        <method name="SetTimezone">
            <arg direction="in" type="s" name="timezone"/>
            <arg direction="in" type="b" name="user_interaction"/>
        </method>
        <method name="SetLocalRTC">
            <arg direction="in" type="b" name="local_rtc"/>
            <arg direction="in" type="b" name="fix_system"/>
            <arg direction="in" type="b" name="user_interaction"/>
        </method>
        <method name="SetNTP">
            <arg direction="in" type="b" name="use_ntp"/>
            <arg direction="in" type="b" name="user_interaction"/>
        </method>
        <property name="Timezone" type="s" access="read"/>
        <property name="LocalRTC" type="b" access="read"/>
        <property name="NTP" type="b" access="read"/>
    </interface>
</node>