Method
RestProxyCalllookup_param
Declaration [src]
RestParam*
rest_proxy_call_lookup_param (
RestProxyCall* call,
const gchar* name
)
Parameters
name |
const gchar* |
The paramter name. |
|
The data is owned by the caller of the function. | |
The string is a NUL terminated UTF-8 string. |
Return value
Returns: | RestParam |
The parameter value, or |
|
The data is owned by the instance. | |
The return value can be NULL . |