Re: [java-gnome-hackers] GApplication and GtkApplication coverage
Brought to you by:
afcowie
From: Guillaume M. <res...@gm...> - 2012-01-13 23:02:20
|
I did some changes in my code to use a basic implementation of GFile instead of using String and an array of String. This still does not work but I think that the problem is in a "bindings_java_util.c" function. When looking for a method to handle a signal the code is using the "bindings_java_typeToSignature" function. This is used on all parameters of the function to generate the proper signature. The thing is that this function does not seem to handle arrays. So the signature if the method has arrays in its parameters will be wrong and then the code will not handle the signal properly (saying that the method it is looking for does not exist). Considering the current "bindings_java_typeToSignature" I think that it can be tricky to make it handle arrays (is it even possible?). So what can we do about it? Any thoughts? -- Guillaume Mazoyer |