Function
SoupMessageHeadersIterinit
Declaration [src]
void
soup_message_headers_iter_init (
SoupMessageHeadersIter* iter,
SoupMessageHeaders* hdrs
)
Parameters
iter
-
Type:
SoupMessageHeadersIter
A pointer to a %SoupMessageHeadersIter structure.
The argument will be set by the function. The data is owned by the caller of the function. hdrs
-
Type:
SoupMessageHeaders
A %SoupMessageHeaders.
The data is owned by the caller of the function.