summaryrefslogtreecommitdiff
path: root/examples/test-xml.c
Commit message (Collapse)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
| | | | Where the checked version is < 2.36, which we now require
* Switch Flickr examples to https://Florian Weimer2015-03-171-1/+1
| | | | http:// does not work anymore.
* tests: Don't call g_type_init() on newer glibChristophe Fergeau2014-09-031-0/+2
| | | | | | This is deprecated and causes a compile warning https://bugzilla.gnome.org/show_bug.cgi?id=735921
* Drop obsolete g_thread_init()Martin Pitt2012-06-161-1/+0
| | | | | | | | | | Since version 2.2 g_type_init() initializes also the thread system so g_thread_init() is not required anymore. It is deprecated since glib 2.31. Bump glib requirement accordingly. https://bugzilla.gnome.org/show_bug.cgi?id=650061
* 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