mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
19 lines
559 B
XML
19 lines
559 B
XML
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
|
|
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
|
|
<node>
|
|
<interface name="org.kde.KTimeZoned">
|
|
<signal name="configChanged"/>
|
|
|
|
<signal name="zonetabChanged">
|
|
<arg name="zonetab" type="s" direction="out"/>
|
|
</signal>
|
|
|
|
<signal name="zoneDefinitionChanged">
|
|
<arg name="zone" type="s" direction="out"/>
|
|
</signal>
|
|
|
|
<method name="initialize">
|
|
<arg name="reinit" type="b" direction="in"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|