Skip to content

Revert "lib: Remove deprecated up_client_get_devices()"

This reverts commit 67666029.

Removing this and renaming up_client_get_devices2 to up_client_get_devices means consumers have to support three cases to support older UPower versions. So for example GNOME Control center now uses up_client_get_devices2 and would have to now check if UPower version > 0.92.

Merge request reports