Skip to content

cleanup: Use promise-based D-Bus wrappers

Florian Müllner requested to merge fmuellner/gnome-shell:dbus-promises into main

gjs started to generate ...Async variants of remote methods recently, which returns the result of the call in a promise instead of using a callback.

That is, we can promisify another large chunk of the code base 🎉

Edited by Florian Müllner

Merge request reports