Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add G_SOURCE_REMOVE to vir-glib-compat | Fabiano Fidêncio | 2015-03-11 | 1 | -0/+5 |
| | | | | | G_SOURCE_REMOVE was introduced in GLib 2.32 and has its value defined as FALSE. | ||||
* | Fix compilation with older glib versions | Christophe Fergeau | 2013-03-20 | 1 | -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 file | Marc-André Lureau | 2012-07-23 | 1 | -0/+56 |
We use API from 2.22, and some from further version. Add virt-glib-compat.h fallback file for those. |