How to invoke none blocking main, with thread safety.

2017-11-07 Thread Mike Rosset
Hello, I need to create window instance, with a WebKitWebView. I'm writing this in C. However all of the examples I have seen are invoked from a main function and use either gtk_application_run or gtk_main, both of which block. Unfortunately I can only write this as a shared library. How can I st

gtk webview stops rendering

2018-05-31 Thread Mike Rosset
Hello, I'm working an webkit web browser. Currently I have a composite class that contains a webview and some widgets that get updated on some signals. The browser is not modeled around tabs but acts more like Emacs with the notion of buffers. This is accessible using GNU Guile scheme. Currently