[Spice-devel] [PATCH v5 1/8] Bump GLib version to 2.34

2017-10-19 Thread Jakub Janků
This is required for the following GMainLoop integration, which utilizes some of the new functions/definitions, namely: [definition][GLib version] g_clear_pointer() 2.34 G_SOURCE_REMOVE 2.32 G_SOURCE_CONTINUE 2.32 g_unix_signal_add() 2.30 GLib version accross distributions: - Fedora 26 2

Re: [Spice-devel] [PATCH v5 1/8] Bump GLib version to 2.34

2017-10-20 Thread Frediano Ziglio
> > This is required for the following GMainLoop integration, > which utilizes some of the new functions/definitions, namely: > > [definition][GLib version] > g_clear_pointer() 2.34 > G_SOURCE_REMOVE 2.32 > G_SOURCE_CONTINUE 2.32 > g_unix_signal_add() 2.30 > > GLib version accross distri

Re: [Spice-devel] [PATCH v5 1/8] Bump GLib version to 2.34

2017-10-20 Thread Jakub Janků
On Fri, Oct 20, 2017, 1:40 PM Frediano Ziglio wrote: > > > > This is required for the following GMainLoop integration, > > which utilizes some of the new functions/definitions, namely: > > > > [definition][GLib version] > > g_clear_pointer() 2.34 > > G_SOURCE_REMOVE 2.32 > > G_SOURCE_CONTIN

Re: [Spice-devel] [PATCH v5 1/8] Bump GLib version to 2.34

2017-10-20 Thread Frediano Ziglio
> On Fri, Oct 20, 2017, 1:40 PM Frediano Ziglio < fzig...@redhat.com > wrote: > > > > > > > This is required for the following GMainLoop integration, > > > > which utilizes some of the new functions/definitions, namely: > > > > > > > > [definition][GLib version] > > > > g_clear_pointer() 2.34