Gio.dbus_address_get_stream_finish
function dbus_address_get_stream_finish(res: Gio.AsyncResult, out_guid: String): Gio.IOStream { // Gjs wrapper for g_dbus_address_get_stream_finish() }
Finishes an operation started with Gio.dbus_address_get_stream.
Since 2.26
- res
A Gio.AsyncResult obtained from the GAsyncReadyCallback passed to Gio.dbus_address_get_stream.
- out_guid
null or return location to store the GUID extracted from @address, if any.
- Returns
A Gio.IOStream or null if @error is set.