X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=oXcD3a0fww9KXifGfD04EMFYIFp5KPEn7L1LQnfit4w=; b=YIuNwK02QzogBRdQWg5dHFahrJ08voRa0azFNibBLM2SMJeyZttna/6pgLNiRDrUlx ahdLZ+Rho4YbvsjVU5ZDJwMYdgWtCvue8tl4Ytpje74RSshYCSmsrmcwxcNY1PuMcaww zmCp4ASymmc2CngSEU0/zoLh8qaE5CP/OOodxnIbcPvpXEPmQMpIvLdCAwTqnroQPTv4 zkvxJX0V0RaByz75rv3syjBFuRdvHywCEOKeSp+gDkoGFgW1Mgptlfulktcy6PbpJQjl KZjszgAmgrXfTGFhkqgTIHHX29GZic2L6GT0G3x8ZAIHxuM5VkYAiMAag16tOLlrjNSv GWGg== X-Received: by 10.194.205.38 with SMTP id ld6mr7393673wjc.3.1413317860434; Tue, 14 Oct 2014 13:17:40 -0700 (PDT) From: Riccardo Lucchese To: geda-user AT delorie DOT com Cc: paubert AT iram DOT es Subject: [geda-user] Remove some uses of deprecated Gtk+ API, V2 Date: Tue, 14 Oct 2014 22:16:52 +0200 Message-Id: <1413317855-10673-1-git-send-email-riccardo.lucchese@gmail.com> X-Mailer: git-send-email 2.1.0 Reply-To: geda-user AT delorie DOT com Hello, I would like to ask for your comments on the second iteration of this patch-set. V1 can be found here http://www.delorie.com/archives/browse.cgi?p=geda-user/2014/09/18/07:07:33.3 --- This patch-set removes several uses of deprecated Gtk+ API in geda-gaf. The changes consist mostly in the substitution of deprecated symbols with their drop-in replacements. Following Gabriel Paubert's suggestion, in V2 I removed the use of the GTK_OBJECT() macro at places where the result is implicitly cast to gpointer and consumed as an argument to one of g_*() functions. This version applies cleanly on top of current master (commit f1a7943d2e0f66bd174ad09796ce0ad8dbf748ca). Thanks, Riccardo