Wireshark mailing list archives

Re: FW: [Wireshark-commits] rev 43767: /trunk/ui/gtk/ /trunk/ui/gtk/: bytes_view.c


From: Jakub Zawadzki <darkjames-ws () darkjames pl>
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
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: