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
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