[Spice-devel] [spice-gtk 1/2] Add compat implementation of g_queue_free_full()

2014-04-11 Thread Christophe Fergeau
This was introduced in glib 2.32 and the webdav channel uses it. --- gtk/glib-compat.c | 22 ++ gtk/glib-compat.h | 3 +++ 2 files changed, 25 insertions(+) diff --git a/gtk/glib-compat.c b/gtk/glib-compat.c index f940e0a..9d1165e 100644 --- a/gtk/glib-compat.c +++

Re: [Spice-devel] [spice-gtk 1/2] Add compat implementation of g_queue_free_full()

2014-04-11 Thread Marc-André Lureau
ack On Fri, Apr 11, 2014 at 10:43 AM, Christophe Fergeau cferg...@redhat.comwrote: This was introduced in glib 2.32 and the webdav channel uses it. --- gtk/glib-compat.c | 22 ++ gtk/glib-compat.h | 3 +++ 2 files changed, 25 insertions(+) diff --git