summaryrefslogtreecommitdiffstats
path: root/src/virt-glib-compat.c
Commit message (Collapse)AuthorAgeFilesLines
* Drop old compatibility codeEduardo Lima (Etrunko)2016-02-181-34/+0
| | | | | | With glib requirements now being 2.38, these functions do not make sense anymore. Signed-off-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
* Add missing include of config.hDaniel P. Berrange2013-05-011-0/+2
|
* Fix compilation with older glib versionsChristophe Fergeau2013-03-201-0/+32
Recent commits introduced use of g_clear_object and g_byte_array_new_take which are only present respectively in glib 2.28 and 2.32