dolphin/kdialog/org.kde.kdialog.ProgressDialog.xml
Urs Wolfer ef147ec81b adopt to new API
svn path=/trunk/KDE/kdebase/apps/; revision=659568
2007-04-30 12:24:33 +00:00

20 lines
712 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.kdialog.ProgressDialog">
<property name="maximum" type="i" access="readwrite"/>
<property name="value" type="i" access="readwrite"/>
<property name="autoClose" type="b" access="readwrite"/>
<method name="setLabelText">
<arg type="s" name="label" direction="in"/>
</method>
<method name="showCancelButton">
<arg name="value" type="b" direction="in"/>
</method>
<method name="wasCancelled">
<arg type="b" direction="out"/>
</method>
<method name="close"/>
</interface>
</node>