Method
VteTerminalget_text_range_format
since: 0.72
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
)
Description [src]
Returns the specified range of text in the specified format.
Available since: 0.72
Parameters
- format
- 
            Type: VteFormatThe VteFormatto use.
- start_row
- 
            Type: longThe first row of the range. 
- start_col
- 
            Type: longThe first column of the range. 
- end_row
- 
            Type: longThe last row of the range. 
- end_col
- 
            Type: longThe last column of the range. 
- length
- 
            Type: gsize*A pointer to a #gsize to store the string length. The argument will be set by the function. The argument can be NULL.