mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-02-02 06:10:24 +01:00
bugfix: fix the introspection for the CanSuspend and CanHibernate methods
This commit is contained in:
parent
b89232867c
commit
39e7c41db1
1 changed files with 6 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue