Function
Giodbus_address_get_stream_finish
Declaration
GIOStream*
g_dbus_address_get_stream_finish (
GAsyncResult* res,
gchar** out_guid,
GError** error
)
Description
Finishes an operation started with g_dbus_address_get_stream().
A server is not required to set a GUID, so out_guid
may be set to NULL
even on success.
Available since: | 2.26 |
Parameters
res |
GAsyncResult |
A |
|
The data is owned by the caller of the function. | |
out_guid |
gchar** |
|
|
The argument will be set by the function. | |
The argument can be set to NULL . | |
The argument can be NULL . | |
The called function takes ownership of the data, and is responsible for freeing it. | |
The value is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GIOStream |
A |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |