Interface AboutDialog.OnActivateLink

Enclosing class:
AboutDialog
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface AboutDialog.OnActivateLink
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Emitted every time a URL is activated.
  • Method Details

    • onActivateLink

      boolean onActivateLink(@Nonnull Str uri)
      Emitted every time a URL is activated.

      Applications may connect to it to override the default behaviour,
      which is to call [func@Gtk.show_uri].
      Parameters:
      uri - the URI that is activated
      Returns:
      `TRUE` if the link has been activated