summaryrefslogtreecommitdiff
path: root/rest/rest-xml-parser.h
Commit message (Expand)AuthorAgeFilesLines
* xml: modernizedGünther Wagner2022-01-121-8/+11
* rest-xml-parser: Use G_DECLARE_DERIVABLE_TYPEDebarshi Ray2017-08-041-23/+3
* xml-node: API for manually constructing and outputting XMLTomas Frydrych2011-02-101-35/+1
* rest: small prototype fixes to clean up docsRoss Burton2010-05-171-2/+2
* Revert RestXmlNode re-arrangement until I understand why it brokeRoss Burton2009-05-151-2/+3
* Make rest_xml_node_new private until it's usefulRoss Burton2009-05-151-2/+0
* Document RestXmlNodeRoss Burton2009-05-151-1/+12
* Add license header.Rob Bradford2009-01-151-0/+22
* Make RestXmlNode ref counted, and add a boxed gtypeRoss Burton2008-12-181-3/+11
* Use goffset instead of gssize for payload lengthsRoss Burton2008-09-041-1/+1
* Add _find and _get_attrs to the parser APIRob Bradford2008-09-011-1/+6
* Add an XML parser that parses XML into a simple structureRob Bradford2008-08-221-0/+54