Gtk.LinkButton::activate-link

function callback(link_button, ):Boolean;

The ::activate-link signal is emitted each time the Gtk.LinkButton has been clicked.

The default handler will call show_uri with the URI stored inside the Gtk.uri property.

To override the default behavior, you can connect to the ::activate-link signal and stop the propagation of the signal by returning true from your handler.

link_button

instance of Gtk.LinkButton that is emitting the signal

Returns