Method

GUPnPServiceProxyActionadd_argument

Declaration [src]

GUPnPServiceProxyAction*
gupnp_service_proxy_action_add_argument (
  GUPnPServiceProxyAction* action,
  const char* name,
  const GValue* value
)

Description [src]

Append name to the list of arguments used by action.

Available since:1.6.6

Parameters

name const char*
 

The name of the argument.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
value GValue
 

The value of the argument.

 The data is owned by the caller of the function.

Return value

Returns: GUPnPServiceProxyAction
 

action for convenience.

 The data is owned by the instance.