summaryrefslogtreecommitdiff
path: root/examples/test-xml.c
Commit message (Expand)AuthorAgeFilesLines
* Adapt tests and examples to API changeTimm Bäder2016-06-201-22/+20
* Remove all GLIB_CHECK_VERSION usesTimm Bäder2016-06-161-4/+0
* Switch Flickr examples to https://Florian Weimer2015-03-171-1/+1
* tests: Don't call g_type_init() on newer glibChristophe Fergeau2014-09-031-0/+2
* Drop obsolete g_thread_init()Martin Pitt2012-06-161-1/+0
* Fix compile warnings with const errorRoss Burton2009-10-121-1/+1
* Use g_print instead of g_debugRoss Burton2009-05-151-2/+2
* Fix compile warningsRoss Burton2009-02-101-3/+1
* Add license header.Rob Bradford2009-01-151-0/+22
* Use rest_xml_node_unref in the testRoss Burton2008-12-181-1/+1
* Remove use of deprecated functionsRob Bradford2008-11-201-39/+37
* Fix leaks in test-xml.Rob Bradford2008-11-181-3/+17
* Fix declaration of proxy_call_raw_async_cbRoss Burton2008-09-111-1/+1
* Add <unistd.h> headers to fix warnings.Rob Bradford2008-09-031-0/+1
* Add an XML parser that parses XML into a simple structureRob Bradford2008-08-221-0/+123