Gtk.Label::activate-link

function callback(label, uri:String, ):Boolean;

The signal which gets emitted to activate a URI. Applications may connect to it to override the default behaviour, which is to call show_uri.

Since 2.18

label

instance of Gtk.Label that is emitting the signal

uri

the URI that is activated

Returns

true if the link has been activated