Method
RestProxyCalllookup_param
Declaration [src]
RestParam*
rest_proxy_call_lookup_param (
RestProxyCall* call,
const gchar* name
)
Parameters
name
-
Type:
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
Type: 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 . |