Signal
VteTerminal::hyperlink-hover-uri-changed
Declaration
void
hyperlink_hover_uri_changed (
VteTerminal* self,
gchar* uri,
GdkRectangle* bbox,
gpointer user_data
)
Description [src]
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.
Default handler: | The default handler is called after the handlers added via |
Available since: | 0.50 |