hyperair commented on this pull request.
@@ -300,7 +300,7 @@ static void
on_webview_load_status_notify(WebKitWebView *view, GParamSpec *pspec, MarkdownViewer *self) { - WebKitLoadStatus load_status; + WebKitLoadEvent load_status;
g_object_get(view, "load-status", &load_status, NULL);
There's an implementation of that here: https://github.com/hyperair/geany-plugins/commit/1fd266a97b9fedb0ae463a2cf9a... https://github.com/hyperair/geany-plugins/commit/1fd266a97b9fedb0ae463a2cf9a...