signal callback delegate or function to connect
void callback(string uri, gdk.rectangle.Rectangle bbox, vte.terminal.Terminal terminal)
uri the nonempty target URI under the mouse, or NULL (optional)
bbox the bounding box of the hyperlink anchor text, or NULL (optional)
terminal the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to HyperlinkHoverUriChanged signal.
Emitted when the hovered hyperlink changes.
uri and bbox are owned by VTE, must not be modified, and might change after the signal handlers returns.
The signal is not re-emitted when the bounding box changes for the same hyperlink. This might change in a future VTE version without notice.