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.
pointer to a variable to return the header name in
pointer to a variable to return the header value in
%TRUE if another name and value were returned, %FALSE if the end of the headers has been reached.
See Implementation
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.