Re: [java-gnome-hackers] GApplication and GtkApplication coverage
Brought to you by:
afcowie
From: Guillaume M. <res...@gm...> - 2012-01-15 23:20:33
|
> 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. See all our code we actually have no signal which use arrays yet. Apparently, I'm the first one who wants to use them. And moreover it seems hard (to me) to handle them when generating our methods signatures. For example, when I want "[J" I have got "JI", sure we could handle this pretty easily and tell "if you see JI then it is [J". But what if we have "JI" and actually want "JI"? Is it time to re-factor the code that takes care of methods signatures for signals? -- Guillaume Mazoyer |