Signal
VteTerminal::hyperlink-hover-uri-changed
since: 0.50
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 | 
Parameters
- uri
- 
            Type: gchar*The nonempty target URI under the mouse, or NULL. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- bbox
- 
            Type: GdkRectangleThe bounding box of the hyperlink anchor text, or NULL.