Method
VteTerminalget_text_range_format
Declaration [src]
char*
vte_terminal_get_text_range_format (
VteTerminal* terminal,
VteFormat format,
long start_row,
long start_col,
long end_row,
long end_col,
gsize* length
)
Parameters
format |
VteFormat |
The |
|
start_row |
long |
The first row of the range. |
|
start_col |
long |
The first column of the range. |
|
end_row |
long |
The last row of the range. |
|
end_col |
long |
The last column of the range. |
|
length |
gsize* |
A pointer to a #gsize to store the string length. |
|
The argument will be set by the function. | |
The argument can be NULL . | |
The instance takes ownership of the data, and is responsible for freeing it. |