Method

VteTerminalget_current_file_uri

Declaration [src]

const char*
vte_terminal_get_current_file_uri (
  VteTerminal* terminal
)

Description

No description available.

Return value

Type: const char*

The URI of the current file the process running in the terminal is operating on, or NULL if not set.

The returned data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.