From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CzMiH-00036V-MO for qemu-devel@nongnu.org; Thu, 10 Feb 2005 17:23:05 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CzMi4-0002g1-O4 for qemu-devel@nongnu.org; Thu, 10 Feb 2005 17:22:52 -0500 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CzMDB-0003xO-L7 for qemu-devel@nongnu.org; Thu, 10 Feb 2005 16:50:57 -0500 Received: from [84.99.204.45] (45.204.99-84.rev.gaoland.net [84.99.204.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id A6CE233230 for ; Thu, 10 Feb 2005 22:20:12 +0100 (CET) Message-ID: <420BD04A.4040501@bellard.org> Date: Thu, 10 Feb 2005 22:21:14 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] Just a thought (high level API) References: <1107961744.8824.7.camel@localhost.localdomain> <420BBD21.2070705@bellard.org> <1108067564.8083.7.camel@localhost.localdomain> In-Reply-To: <1108067564.8083.7.camel@localhost.localdomain> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Nathaniel McCallum wrote: > [...] As a test, I've been going through qemu-img.c > converting it to glib. So far I've got about 100 lines less code and > I'm only a quarter of the way through the file. Do you have any > objections to a glib dependency? Yes. I prefer to avoid dependencies when possible. Of course the GTK GUI itself should use glib. Fabrice.