Re: [java-gnome-hackers] GApplication and GtkApplication coverage
Brought to you by:
afcowie
From: Guillaume M. <res...@gm...> - 2012-01-02 23:36:32
|
The branch is almost ready I have finally fixed several bugs and crashes and I'm pretty happy of the result now. There is still something that I can't get done. My custom signals to handle 'command-line' and 'open' signals use arrays of gchar* in the parameters. The thing is that I cannot find a way to use that array from the Java side. I'm actually trying to pass G_TYPE_STRV as type of the parameters during the signal creation but then the code just don't know what to do with that. I figured that the G_TYPE_STRV should be used as G_TYPE_BOXED in the marshaller so it seems tricky to handle. Does anyone has a clue how to "fix" that? Thank for the help. By the way, the branch is still at: hackers/guillaume/gtk-application/ -- Guillaume Mazoyer |