Method
CamelHTMLParserattr_list
Declaration [src]
const GPtrArray*
camel_html_parser_attr_list (
CamelHTMLParser* hp,
const GPtrArray** values
)
Parameters
values-
Type: An array of
utf8An output
GPtrArraywith values, orNULL.The argument will be modified by the function. The argument can be set to NULLby the method.The caller of the method takes ownership of the returned data, and is responsible for freeing it. Each element is a NUL terminated UTF-8 string.