2012-08-30 06:20:26 +00:00
|
|
|
<!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.kwin.Compositing">
|
|
|
|
<property name="active" type="b" access="read"/>
|
|
|
|
<property name="compositingPossible" type="b" access="read"/>
|
|
|
|
<property name="compositingNotPossibleReason" type="s" access="read"/>
|
|
|
|
<property name="openGLIsBroken" type="b" access="read"/>
|
|
|
|
<property name="compositingType" type="s" access="read"/>
|
2014-04-23 06:19:47 +00:00
|
|
|
<property name="supportedOpenGLPlatformInterfaces" type="as" access="read"/>
|
2012-08-30 06:20:26 +00:00
|
|
|
<signal name="compositingToggled">
|
|
|
|
<arg name="active" type="b" direction="out"/>
|
|
|
|
</signal>
|
2012-09-01 07:10:56 +00:00
|
|
|
<method name="suspend">
|
|
|
|
</method>
|
|
|
|
<method name="resume">
|
|
|
|
</method>
|
2012-08-30 06:20:26 +00:00
|
|
|
</interface>
|
|
|
|
</node>
|