Re: [webkit-gtk] Problem with webkit_web_view_new with gtk port

2011-02-01 Thread Sergio Villar Senin
En 01/02/11 05:44, Monil Parmar escribiu: yes as per current design webkit_web_view_new should be with gtk_mail. But what is reason behind this? Just brief about the scenario iam running: As in application gtk_main will be called at the start. And later on application will parse the html

[webkit-gtk] Problem with webkit_web_view_new with gtk port

2011-01-31 Thread Monil Parmar
Hi All, Iam running gtk launcher with, gtk_main in other thread. Results in gtklauncher is not working. when iam moving webkit_web_view_new() function to gtk_main thread. It works fine. Can any one tell me the reason behind this and what is the alternate solution for that. Thanks Monil

Re: [webkit-gtk] Problem with webkit_web_view_new with gtk port

2011-01-31 Thread Gustavo Noronha Silva
On Mon, 2011-01-31 at 15:43 +0530, Monil Parmar wrote: Iam running gtk launcher with, gtk_main in other thread. Results in gtklauncher is not working. when iam moving webkit_web_view_new() function to gtk_main thread. It works fine. Can any one tell me the reason behind this and what is the

Re: [webkit-gtk] Problem with webkit_web_view_new with gtk port

2011-01-31 Thread Monil Parmar
yes as per current design webkit_web_view_new should be with gtk_mail. But what is reason behind this? Just brief about the scenario iam running: As in application gtk_main will be called at the start. And later on application will parse the html tags and create the webveiw in another thread. So