Signal

VteTerminal::current-file-uri-changed

unstable deprecated: 0.78 since: 3.91

Declaration

void
current_file_uri_changed (
  VteTerminal* self,
  gpointer user_data
)

Description [src]

Emitted when the current file URI is modified.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.91
Deprecated since: 0.78

Use the VteTerminal:termprop-changed signal for the VTE_TERMPROP_CURRENT_FILE_URI termprop.