DBusUtilities.addressGetStreamFinish

Finishes an operation started with g_dbus_address_get_stream(). Since 2.26

class DBusUtilities
static
addressGetStreamFinish

Parameters

res AsyncResultIF

A GAsyncResult obtained from the GAsyncReadyCallback passed to g_dbus_address_get_stream().

outGuid string

NULL or return location to store the GUID extracted from address, if any.

Return Value

Type: IOStream

A GIOStream or NULL if error is set. [transfer full]

Throws

GException on failure.

Meta