Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Prepartion for migration from GTK+ 2.x to GTK+ 3

Date Prev · Date Next · Thread Prev · Thread Next
From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Mon, 31 Jan 2011 23:25:32 +0100
Hi,

Interesting subject. I've put up a development project page on the Wiki[1] on this subject to be able to keep track of what's going on.

Thanks,
Jaap

[1] http://wiki.wireshark.org/GoingGTK3

On 01/31/2011 06:37 PM, Stephen Fisher wrote:
The GTK+ documentation now includes a list of things we can do to
prepare for the future migration to GTK+ 3:

   http://library.gnome.org/devel/gtk/unstable/gtk-migrating-2-to-3.html

I'm once again trying to compile with -DGSEAL_ENABLE to catch places
where we're directly accessing variables, so they can be replaced with
accessor functions.  The last time I tried this (quite a while back),
they didn't have accessor functions for everything yet.