Re: [webkit-dev] webkit #16401

2009-06-09 Thread Luke Kenneth Casson Leighton
[hiya sean, moving this to webkit-dev as other people may benefit from it, hope you don't mind] On 6/9/09, Sean Neilan s...@seanneilan.com wrote: I'm almost there! snei...@myhost:~/Desktop$ gcc main.c -o main `pkg-config --cflags --libs webkit-1.0` main.c: In function ‘print_attribute’:

Re: [webkit-dev] webkit #16401

2009-06-09 Thread Holger Freyther
On Tuesday 09 June 2009 10:39:41 Luke Kenneth Casson Leighton wrote: [hiya sean, moving this to webkit-dev as other people may benefit from it, hope you don't mind] sorry, I don't understand at all... copying stuff over in the middle of thread is not helping anyone. Subject and content just

Re: [webkit-dev] webkit #16401

2009-06-09 Thread Luke Kenneth Casson Leighton
[moving this discussion to webkit-dev] On 6/7/09, Leon Winter l...@ring0.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I tried to port my javascript further in order to find new issues and I found some as expected: Luke, in your example main.c you use the custom function

Re: [webkit-dev] webkit #16401

2009-06-09 Thread Luke Kenneth Casson Leighton
[again, posting to webkit-dev for benefit of other developers] The event listeners/callbacks seems to be broken: g_signal_connect (G_OBJECT (div), browser-event, G_CALLBACK (dispatch_event_cb), div); According to gcc dispatch_event_cb() takes no args, which is bad since there is no way