Actions
Bug #1120
closedg_ptr_array_insert() requires glib2 >= 2.40
Start date:
06/13/2017
Due date:
% Done:
100%
Estimated time:
Description
In 'plugins/ctf/fs-src/fs.c' we use 'g_ptr_array_insert()' which requires a glib2 version of at least 2.40, as documented here :
https://developer.gnome.org/glib/stable/glib-Pointer-Arrays.html#g-ptr-array-insert
Our current target is glib2 >= 2.22, should we bump this requirement or replace g_ptr_array_insert?
Actions