Function
GUPnPServiceProxyActionCallback
deprecated: 1.2.0
Declaration
void
(* GUPnPServiceProxyActionCallback) (
  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.
Deprecated since: 1.2.0
Please do not use it in newly written code.
Parameters
- proxy
- 
            Type: GUPnPServiceProxyThe GUPnPServiceProxyactionis called from.The data is owned by the caller of the function. 
- action
- 
            Type: GUPnPServiceProxyActionThe GUPnPServiceProxyActionin progress.The data is owned by the caller of the function. 
- user_data
- 
            Type: gpointerUser data. The argument can be NULL.The data is owned by the caller of the function.