MessageHeadersIter.next

Yields the next name/value pair in the %SoupMessageHeaders being iterated by @iter. If @iter has already yielded the last header, then soup_message_headers_iter_next() will return %FALSE and @name and @value will be unchanged.

class MessageHeadersIter
bool
next
(
out string name
,
out string value
)

Parameters

name string

pointer to a variable to return the header name in

value string

pointer to a variable to return the header value in

Return Value

Type: bool

%TRUE if another name and value were returned, %FALSE if the end of the headers has been reached.

Meta