Method

RestProxyCalllookup_param

Declaration [src]

RestParam*
rest_proxy_call_lookup_param (
  RestProxyCall* call,
  const gchar* name
)

Description [src]

Get the value of the parameter called name.

Parameters

name const gchar*
 

The paramter name.

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

Return value

Returns: RestParam
 

The parameter value, or NULL if it does not exist. This string is owned by the RestProxyCall and should not be freed.

 The data is owned by the instance.
 The return value can be NULL.