Skip to content

Gio: Add support for initializing a DBus Proxy via a promise

Marco Trevisan requested to merge 3v1n0/gjs:proxy-init-promise into master

Coming from !790 (comment 1528495)

Add a Gio.makeProxyPromise wrapper function that returns a promise that allows to initialize a proxy object asynchronously, keeping around all the wrappers as expected, and allowing to use nicer try/catch syntax.

Merge request reports