bugfix: fix the introspection for the CanSuspend and CanHibernate methods

This commit is contained in:
Richard Hughes 2008-11-04 12:00:59 +00:00
parent b89232867c
commit 39e7c41db1

View file

@ -90,7 +90,6 @@
<arg name="low_battery" type="b">
<doc:doc><doc:summary>If we are critically low on battery power.</doc:summary></doc:doc>
</arg>
<doc:doc>
<doc:description>
<doc:para>
@ -145,6 +144,9 @@
</doc:summary>
</doc:doc>
</arg>
<arg name="can_suspend" direction="out" type="b">
<doc:doc><doc:summary>If we can suspend.</doc:summary></doc:doc>
</arg>
<doc:doc>
<doc:description>
<doc:para>
@ -168,6 +170,9 @@
</doc:summary>
</doc:doc>
</arg>
<arg name="can_hibernate" direction="out" type="b">
<doc:doc><doc:summary>If we can hibernate.</doc:summary></doc:doc>
</arg>
<doc:doc>
<doc:description>
<doc:para>