func (v *WebKitWebView) StopLoading() { C.webkit_web_view_stop_loading(v.getWebView()) }
// StopLoading is a wrapper around webkit_web_view_stop_loading(). func (w *WebView) StopLoading() { C.webkit_web_view_stop_loading(w.native()) }