Compare commits

...

3 Commits

Author SHA1 Message Date
Simo Piiroinen
f0a933c8c2 Bump mce-dev version to 1.32.0
Signed-off-by: Simo Piiroinen <simo.piiroinen@jolla.com>
2022-11-22 14:24:48 +02:00
Simo Piiroinen
94936dbd94 Merge pull request #5 from spiiroin/jb59152_charging_suspendable
[mce] Add charging suspendable dbus constant. JB#59152
2022-11-22 14:22:07 +02:00
Simo Piiroinen
3f26613c07 [mce] Add charging suspendable dbus constant. JB#59152
Signed-off-by: Simo Piiroinen <simo.piiroinen@jolla.com>
2022-11-17 12:54:09 +02:00
4 changed files with 21 additions and 2 deletions

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
mce-dev (1.32.0) unstable; urgency=low
* [mce] Add charging suspendable dbus constant. JB#59152
-- Simo Piiroinen <simo.piiroinen@jolla.com> Tue, 22 Nov 2022 14:22:52 +0200
mce-dev (1.31.0) unstable; urgency=low
* [mce] Add forced charging D-Bus constants. JB#58372

View File

@@ -980,6 +980,19 @@
*/
# define MCE_FORCED_CHARGING_SIG "forced_charging_ind"
/** Query whether charging can be suspended on this device
*
* @since mce 1.113.0
*
* @note As this is a matter of static configuration, the value
* returned does not change during mce runtime and thus
* there is related change signal.
*
* @return boolean: true if mce can be enable/disable charging, or
* false if not
*/
# define MCE_CHARGING_SUSPENDABLE_GET "get_charging_suspendable"
/*@}*/

2
mce.pc
View File

@@ -3,7 +3,7 @@ includedir=${prefix}/include
Name: mce
Description: Mode Control Entity
Version: 1.31.0
Version: 1.32.0
Requires:
Libs:
Cflags: -I${includedir}

View File

@@ -1,6 +1,6 @@
Name: mce-headers
Summary: Development files for mce
Version: 1.31.0
Version: 1.32.0
Release: 1
Group: Development/Libraries
License: LGPLv2