diff options
Diffstat (limited to 'conf/timedated-ispect.xml')
-rw-r--r-- | conf/timedated-ispect.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/conf/timedated-ispect.xml b/conf/timedated-ispect.xml new file mode 100644 index 0000000..48f2201 --- /dev/null +++ b/conf/timedated-ispect.xml @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<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> |