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] FW: [Wireshark-commits] rev 43767: /trunk/ui/gtk/ /trunk/ui/

From: Jakub Zawadzki <darkjames-ws@xxxxxxxxxxxx>
Date: Tue, 17 Jul 2012 16:30:50 +0200
On Tue, Jul 17, 2012 at 05:14:35PM +0200, Anders Broman wrote:
> Hi,
> Should 1061 			gtk_marshal_VOID__POINTER_POINTER,
> Be
> 			g_cclosure_marshal_VOID__POINTER,
> 
> http://developer.gnome.org/gobject/stable/gobject-Closures.html#GClosure 

Nope, set-scroll-adjustments takes two arguments.
Actually it should be (object, object) not (pointer, pointer).

If gtk_marshal_VOID__POINTER_POINTER doesn't work for someone
without GTK_DISABLE_DEPRECATED (it's #undefed on top of the bytes-view)
we need to generate our own copy with glib-genmarshal[1].

[1] http://developer.gnome.org/gobject/stable/glib-genmarshal.html