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 |
|
The data is owned by the caller of the function. | |
action |
GUPnPServiceProxyAction |
The |
|
The data is owned by the caller of the function. | |
user_data |
gpointer |
User data. |