I'm making my own RSS reader, I have a gi.repository.WebKit.WebView widget in which I read summary of RSS items.
What I want to make is to change default behaviour of WebView that clicking in link would load that URL in default system web browser.
How can I detect that user clicked some link in WebView widget, and react on that event?