Method
GUPnPServiceProxycall_action_finish
Declaration [src]
GUPnPServiceProxyAction*
gupnp_service_proxy_call_action_finish (
GUPnPServiceProxy* proxy,
GAsyncResult* result,
GError** error
)
Description [src]
Finish an asynchronous call initiated with gupnp_service_proxy_call_action_async().
Available since: | 1.2.0 |
Parameters
result
-
Type:
GAsyncResult
A
GAsyncResult
.The data is owned by the caller of the function. error
-
Type:
GError **
The return location for a
GError*
, orNULL
.
Return value
Type: GUPnPServiceProxyAction
NULL
, if the call had an error, the action otherwise.
The data is owned by the instance. |
The return value can be NULL . |