Method
GUPnPServiceProxycall_action
Declaration [src]
GUPnPServiceProxyAction*
gupnp_service_proxy_call_action (
GUPnPServiceProxy* proxy,
GUPnPServiceProxyAction* action,
GCancellable* cancellable,
GError** error
)
Parameters
action
-
Type:
GUPnPServiceProxyAction
An action.
The data is owned by the caller of the function. cancellable
-
Type:
GCancellable
A
GCancellable
which can be used to cancel the current action call.The argument can be NULL
.The data is owned by the caller of the function. error
-
Type:
GError **
The return location for a
GError*
, orNULL
.
Return value
Type: GUPnPServiceProxyAction
NULL
on error, action
if successful.
The data is owned by the instance. |
The return value can be NULL . |