mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
19 lines
712 B
XML
19 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>
|