Re: [java-gnome-hackers] Adding switch-page signal
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2009-02-17 08:34:40
|
On Tue, 2009-02-17 at 13:42 +1100, Andrew Cowie wrote: > My guesses are Ok, it's mostly us, with a tinsy bit of GTK: > a) something GTK is doing They marshal the parameter as a G_TYPE_POINTER which is as about as opaque and unusable as you can get. Certainly it is not the GtkNotebookPage* that they said it was in the .defs data. > b) something in our signal marshaling code is choking and causing us to > skip that parameter. That'd be good if we were doing it on purpose. But we're not. We were skipping it as a fallback in a default block in a switch statement, and worse losing track of the warning message. That's all bad, more or less, so I did something about it. Building on Stefan's work, bzr://research.operationaldynamics.com/bzr/java-gnome/hackers/andrew/notebook-signals/ Stefan, if you take that branch and do the work to document the public API you wish to expose and to finish up the test case you started on, then I'd say we can merge it to 'mainline' fairly quickly. AfC Sydney |