mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-07 04:58:20 +02:00
correct the signature of GetOnBattery and GetLowbattery
This commit is contained in:
parent
9f171a14ef
commit
50cadd8622
1 changed files with 2 additions and 2 deletions
|
|
@ -103,7 +103,7 @@
|
|||
<!-- ************************************************************ -->
|
||||
<method name="GetOnBattery">
|
||||
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
|
||||
<arg name="on_battery" type="b">
|
||||
<arg name="on_battery" direction="out" type="b">
|
||||
<doc:doc><doc:summary>If we are on battery power.</doc:summary></doc:doc>
|
||||
</arg>
|
||||
<doc:doc>
|
||||
|
|
@ -119,7 +119,7 @@
|
|||
<!-- ************************************************************ -->
|
||||
<method name="GetLowBattery">
|
||||
<annotation name="org.freedesktop.DBus.GLib.Async" value=""/>
|
||||
<arg name="low_battery" type="b">
|
||||
<arg name="low_battery" direction="out" type="b">
|
||||
<doc:doc><doc:summary>If we are critically low on battery power.</doc:summary></doc:doc>
|
||||
</arg>
|
||||
<doc:doc>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue