when a new activity is added, don't move more than necessary to show it
[kdebase.git] / runtime / ktimezoned / org.kde.KTimeZoned.xml
blobdaaa0b7e084c13e3f1389331acde72f128c1ecc5
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.kde.KTimeZoned">
5     <signal name="configChanged"/>
7     <signal name="zonetabChanged">
8       <arg name="zonetab" type="s" direction="out"/>
9     </signal>
11     <signal name="zoneDefinitionChanged">
12       <arg name="zone" type="s" direction="out"/>
13     </signal>
15     <method name="initialize">
16       <arg name="reinit" type="b" direction="in"/>
17     </method>
18   </interface>
19 </node>