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 | GAsyncResult | 
| A  | |
| The data is owned by the caller of the function. | |
| error | GError ** | 
| The return location for a GError*, orNULL. | 
Return value
| Returns: | GUPnPServiceProxyAction | 
| 
 | |
| The data is owned by the instance. | |
| The return value can be NULL. |