mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
48 lines
1.7 KiB
XML
48 lines
1.7 KiB
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2014 Kai Uwe Broulik <kde@privat.broulik.de>
|
|
- SPDX-FileCopyrightText: 2014 Martin Klapetek <mklapetek@kde.org>
|
|
- SPDX-License-Identifier: GPL-2.0-or-later
|
|
-->
|
|
<node>
|
|
<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>
|
|
<method name="SetTime">
|
|
<arg type="x" direction="in"/>
|
|
<arg type="b" direction="in"/>
|
|
<arg type="b" direction="in"/>
|
|
</method>
|
|
<method name="SetTimezone">
|
|
<arg type="s" direction="in"/>
|
|
<arg type="b" direction="in"/>
|
|
</method>
|
|
<method name="SetLocalRTC">
|
|
<arg type="b" direction="in"/>
|
|
<arg type="b" direction="in"/>
|
|
<arg type="b" direction="in"/>
|
|
</method>
|
|
<method name="SetNTP">
|
|
<arg type="b" direction="in"/>
|
|
<arg type="b" direction="in"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|
|
|