Method
GUPnPServiceProxycall_action_async
Declaration [src]
void
gupnp_service_proxy_call_action_async (
  GUPnPServiceProxy* proxy,
  GUPnPServiceProxyAction* action,
  GCancellable* cancellable,
  GAsyncReadyCallback callback,
  gpointer user_data
)
Description [src]
Start a call on the remote UPnP service using the pre-configured action.
Use gupnp_service_proxy_call_action_finish() in the callback to finalize
the call and gupnp_service_proxy_action_get_result(),
gupnp_service_proxy_action_get_result_hash() or
gupnp_service_proxy_action_get_result_list() to extract the result of the
remote call.
| Available since: | 1.2.0 | 
Parameters
| action | GUPnPServiceProxyAction | 
| A  | |
| The data is owned by the caller of the function. | |
| cancellable | GCancellable | 
| A  | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. | |
| callback | GAsyncReadyCallback | 
| A  | |
| The argument can be NULL. | |
| user_data | gpointer | 
| User data for  | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. |