m-mixer-api: use gboolean instead of bool
The WpSpaPodParser
always expects gboolean
for boolean values. We should never use bool
in WirePlumber unless strictly necessary.
Fixes #584 (closed)
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
The WpSpaPodParser
always expects gboolean
for boolean values. We should never use bool
in WirePlumber unless strictly necessary.
Fixes #584 (closed)