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 ___________________________________________________________________________ Sent via: Wireshark-dev mailing list <[email protected]> Archives: http://www.wireshark.org/lists/wireshark-dev Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev mailto:[email protected]?subject=unsubscribe
