Method
RestParamsIternext
Declaration [src]
gboolean
rest_params_iter_next (
RestParamsIter* iter,
const char** name,
RestParam** param
)
Description [src]
Advances iter
and retrieves the name and/or parameter that are now pointed
at as a result of this advancement. If FALSE is returned, name
and param
are not set and the iterator becomes invalid.
Parameters
name |
const char** |
A location to store the name, or |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. | |
The value is a NUL terminated UTF-8 string. | |
param |
RestParam |
A location to store the |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. |