summaryrefslogtreecommitdiffstats
path: root/src/virt-glib-compat.h
Commit message (Collapse)AuthorAgeFilesLines
* Add G_SOURCE_REMOVE to vir-glib-compatFabiano Fidêncio2015-03-111-0/+5
| | | | | G_SOURCE_REMOVE was introduced in GLib 2.32 and has its value defined as FALSE.
* Fix compilation with older glib versionsChristophe Fergeau2013-03-201-0/+20
| | | | | | 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
* Bump glib > 2.22, add compat fileMarc-André Lureau2012-07-231-0/+56
We use API from 2.22, and some from further version. Add virt-glib-compat.h fallback file for those.