Method

RestProxyCalladd_params

Declaration [src]

void
rest_proxy_call_add_params (
  RestProxyCall* call,
  ...
)

Description [src]

Add the specified parameter name and value pairs to the call. If a parameter already exists, the new value will replace the old.

Parameters

... none
 

Parameter name and value pairs, followed by NULL.