Some methods and signals belonging to mce D-Bus interface are
not declared in mce-dev package. And what is declared is not
grouped in a manner that would make the context of constants
clear.
Add missing method/signal/argument constants.
Group constants by context.
Add references from methods/signals to relevant argument
constants.
Do not refer to glib types when explaining a D-Bus interfaces.
Where needed update the explanatory comments.
Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
Add names of D-Bus method calls and signals related to querying and
tracking of battery/charging related information.
Signed-off-by: Simo Piiroinen <simo.piiroinen@jollamobile.com>
New method calls:
* get_display_blanking_pause
* get_display_blanking_inhibit
New signals:
* display_blanking_pause_ind
* display_blanking_inhibit_ind
[mce] Add D-Bus constants for exposing blanking pause and inhibit states. Contributes to JB#28929