LinkButton.addOnActivateLink

Emitted each time the GtkLinkButton is clicked.

The default handler will call [func@Gtk.show_uri] with the URI stored inside the [property@Gtk.LinkButton: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.

class LinkButton
gulong
addOnActivateLink

Return Value

Type: gulong

%TRUE if the signal has been handled

Meta