From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <1384937844.10231.6.camel@nuvo> Subject: Re: [PATCH 2/3] all: Use G_SOURCE_REMOVE/G_SOURCE_CONTINUE macros From: Bastien Nocera To: Marcel Holtmann Cc: "linux-bluetooth@vger.kernel.org development" Date: Wed, 20 Nov 2013 09:57:24 +0100 In-Reply-To: <1384169302.1898.1.camel@nuvo> References: <1384016586.3880.37.camel@nuvo> <1384169302.1898.1.camel@nuvo> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-ID: On Mon, 2013-11-11 at 12:28 +0100, Bastien Nocera wrote: > On Mon, 2013-11-11 at 17:04 +0900, Marcel Holtmann wrote: > > > problem is that we currently only require GLib 2.28 and this got introduced in GLib 2.32. > > You'd take that with an if GLIB_VERSION() #define G_SOURCE_... compat > helper? Done with a small configure.ac snippet, and tested against glib 2.39 and 2.28 (from GNOME 3.0).