Re: [Spice-devel] [PATCH v2 0/6] Reintroduce some macro to iterate containers

2016-09-20 Thread Jonathon Jongsma
On Tue, 2016-09-20 at 09:04 +0100, Frediano Ziglio wrote: > With the introduction of GList/GQueue these macro were removed > at the expense of some minor regressions. > First patch introduce macros for iterating generic Glist, > others use them. > > Frediano Ziglio (6): >   Introduce some macros t

[Spice-devel] [PATCH v2 0/6] Reintroduce some macro to iterate containers

2016-09-20 Thread Frediano Ziglio
With the introduction of GList/GQueue these macro were removed at the expense of some minor regressions. First patch introduce macros for iterating generic Glist, others use them. Frediano Ziglio (6): Introduce some macros to simplify iteration on GList RedChannel: Add FOREACH_CHANNEL and use