summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-11-04 12:00:59 +0000
committerRichard Hughes <richard@hughsie.com>2008-11-04 12:00:59 +0000
commit39e7c41db1c19d9496a475e10bdf8f1d3c030022 (patch)
treeb8d204879ee871ba237a2804f5d0791209bc12c2
parentb89232867c83d3ec5b64af50f74e8ddce9e46e3d (diff)
bugfix: fix the introspection for the CanSuspend and CanHibernate methods
-rw-r--r--src/org.freedesktop.DeviceKit.Power.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/org.freedesktop.DeviceKit.Power.xml b/src/org.freedesktop.DeviceKit.Power.xml
index 28d872e..ee29b45 100644
--- a/src/org.freedesktop.DeviceKit.Power.xml
+++ b/src/org.freedesktop.DeviceKit.Power.xml
@@ -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>