2014-11-13 01:04:59 +02: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.freedesktop.PowerManagement">
|
|
|
|
<signal name="CanSuspendChanged">
|
|
|
|
<arg type="b" name="can_suspend" direction="out"/>
|
|
|
|
</signal>
|
|
|
|
<signal name="CanHibernateChanged">
|
|
|
|
<arg type="b" name="can_hibernate" direction="out"/>
|
|
|
|
</signal>
|
|
|
|
<signal name="CanHybridSuspendChanged">
|
|
|
|
<arg type="b" name="can_hybrid_suspend" direction="out"/>
|
|
|
|
</signal>
|
|
|
|
<signal name="PowerSaveStatusChanged">
|
|
|
|
<arg type="b" name="save_power" direction="out"/>
|
2022-04-20 04:26:05 +03:00
|
|
|
</signal>
|
2022-04-19 08:28:11 +03:00
|
|
|
|
|
|
|
<signal name="ResumeFromSuspend">
|
2014-11-13 01:04:59 +02:00
|
|
|
</signal>
|
|
|
|
|
|
|
|
<method name="Suspend"/>
|
|
|
|
<method name="Hibernate"/>
|
2022-11-30 02:07:36 +02:00
|
|
|
<method name="HybridSuspend"/>
|
2014-11-13 01:04:59 +02:00
|
|
|
<method name="CanSuspend">
|
|
|
|
<arg type="b" name="can_suspend" direction="out"/>
|
|
|
|
</method>
|
|
|
|
<method name="CanHibernate">
|
|
|
|
<arg type="b" name="can_hibernate" direction="out"/>
|
|
|
|
</method>
|
|
|
|
<method name="CanHybridSuspend">
|
|
|
|
<arg type="b" name="can_hybrid_suspend" direction="out"/>
|
|
|
|
</method>
|
|
|
|
<method name="GetPowerSaveStatus">
|
|
|
|
<arg type="b" name="save_power" direction="out"/>
|
|
|
|
</method>
|
|
|
|
</interface>
|
|
|
|
</node>
|