Method
RestProxyCalladd_param
Declaration [src]
void
rest_proxy_call_add_param (
RestProxyCall* call,
const gchar* name,
const gchar* value
)
Description [src]
Add a query parameter called param
with the string value value
to the call.
If a parameter with this name already exists, the new value will replace the old.