Re: [java-gnome-hackers] GApplication and GtkApplication coverage
Brought to you by:
afcowie
From: Andrew C. <an...@op...> - 2012-01-15 23:57:22
|
On Mon, 2012-01-16 at 00:20 +0100, Guillaume Mazoyer wrote: > > We're missing something obvious. TONS of other code paths in java-gnome > > handle arrays, GLists, etc of GObjects without any problem. > Yes. But we do not handle arrays for signals. Yes, I see now. I just arrived at that conclusion last night. We're on the same page now. > Apparently, I'm the > first one who wants to use them. For all things there is a first time :) > And moreover it seems hard (to me) to handle them when generating our > methods signatures. I' > For example, when I want "[J" I have got "JI", I seem to recall that code just uses single letters as codes, not as actual JNI signatures. I think "all" we have to do is add a(nother) [special] case for arrays. Looking more today. AfC Ballarat |