mirror of
https://github.com/vicr123/theshell.git
synced 2025-01-22 20:01:49 -05:00
11 lines
410 B
XML
11 lines
410 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.thesuite.Power">
|
|
<signal name="powerStretchChanged">
|
|
<arg name="powerStretch" type="b" direction="out"/>
|
|
</signal>
|
|
<method name="powerStretch">
|
|
<arg type="b" direction="out"/>
|
|
</method>
|
|
</interface>
|
|
</node>
|