Warning, /plasma/kwin/src/org.kde.kwin.Effects.xml is written in an unsupported language. File is not indexed.

0001 <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
0002 <node>
0003   <interface name="org.kde.kwin.Effects">
0004     <property name="activeEffects" type="as" access="read"/>
0005     <property name="loadedEffects" type="as" access="read"/>
0006     <property name="listOfEffects" type="as" access="read"/>
0007     <method name="reconfigureEffect">
0008       <arg name="name" type="s" direction="in"/>
0009     </method>
0010     <method name="loadEffect">
0011       <arg type="b" direction="out"/>
0012       <arg name="name" type="s" direction="in"/>
0013     </method>
0014     <method name="toggleEffect">
0015       <arg name="name" type="s" direction="in"/>
0016     </method>
0017     <method name="unloadEffect">
0018       <arg name="name" type="s" direction="in"/>
0019     </method>
0020     <method name="isEffectLoaded">
0021       <arg type="b" direction="out"/>
0022       <arg name="name" type="s" direction="in"/>
0023     </method>
0024     <method name="isEffectSupported">
0025       <arg type="b" direction="out"/>
0026       <arg name="name" type="s" direction="in"/>
0027     </method>
0028     <method name="areEffectsSupported">
0029       <arg type="ab" direction="out"/>
0030       <annotation name="org.qtproject.QtDBus.QtTypeName.Out0" value="QList&lt;bool&gt;"/>
0031       <arg name="names" type="as" direction="in"/>
0032     </method>
0033     <method name="supportInformation">
0034       <arg type="s" direction="out"/>
0035       <arg name="name" type="s" direction="in"/>
0036     </method>
0037     <method name="debug">
0038       <arg type="s" direction="out"/>
0039       <arg name="name" type="s" direction="in"/>
0040       <arg name="name" type="s" direction="in"/>
0041     </method>
0042   </interface>
0043 </node>