Function
GUPnPServiceProxyActionCallback
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 |
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. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |