[java-gnome-hackers] How to wire signals that return objects?
Brought to you by:
afcowie
From: Niranjan R. <nh...@gm...> - 2012-10-19 19:47:56
|
Hi there, I am trying to wire webkit's "create-new-view" signal. When I try to to run my code I am getting error Don't know what to do with signal return type WebKitWebView from bindings_java_signal.c I understand that this is more generic problem as c code now needs to map to java object types. Is there some way I can modify the current c code so that I can run my code? In other words, can I put a place holder hack and if so, what should I put there? I think a better solution might be have a callback handle in the application and call that function to return the proper java type. Thanks, Niranjan |