list-model: Migrate from GValueArray
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 6 Feb 2012 14:37:49 +0000 (14:37 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 6 Feb 2012 15:32:27 +0000 (15:32 +0000)
commitd699328f7fbefc49df5bcfe6703a707e9478d7a5
treec03f8dbfd51874ec484b55a781bac5396f8d3dd8
parentbfe71293757468f56922b138ba299dfda449fa2d
list-model: Migrate from GValueArray

GValueArray is on its way to deprecation in GLib; as far as the
ListModel class is concerned, a plain C array of GValue is a perfectly
suitable replacement for the GValueArray usage. It actually is an
improvement, given that it's going to take less memory.
clutter/clutter-list-model.c