Function

GUPnPServiceProxyActionCallback

Declaration

void
ServiceProxyActionCallback (
  GUPnPServiceProxy* proxy,
  GUPnPServiceProxyAction* action,
  gpointer user_data
)

Description [src]

Callback notifying that action on proxy has returned and gupnp_service_proxy_end_action() etc can be called.

Parameters

proxy GUPnPServiceProxy
 

The GUPnPServiceProxy action is called from.

 The data is owned by the caller of the function.
action GUPnPServiceProxyAction
 

The GUPnPServiceProxyAction in progress.

 The data is owned by the caller of the function.
user_data gpointer
 

User data.