sg3des

Results 5 comments of sg3des

for example here: [WebKitWebView-create-web-view](https://webkitgtk.org/reference/webkitgtk/stable/webkitgtk-webkitwebview.html#WebKitWebView-create-web-view) this signal handler should be return a new instance of webview

Yes, I saw it, just wanted to be sure... I will try to to complete it, thx you.

i am don't know how to fix this without changing too much of code, in my opinion, easier to add separate function, something like: `ConnectCreateWebView` for type webview in go-webkit...

Great! Thx! I think the `getWebView` function, package [go-webkit](https://github.com/mattn/go-webkit/blob/master/webkit/webkit.go#L56) should be public (ex: GetWebView), to be able to return C type of WebView from signal handler. example: https://github.com/sg3des/vegevoice/blob/master/browser_tabs.go#L84-L87 or is...

I created `func (v *Container) SetChild(...)` binding for `gtk_container_child_set`, but it's not compiled - `unexpected type: ...`. i did it via `gtk.go.h`, added new method `static void _gtk_container_child_set(GtkContainer* container, GtkWidget*...