Method
VteTerminalget_termprop_rgba_by_id
since: 0.78
Declaration [src]
gboolean
vte_terminal_get_termprop_rgba_by_id (
  VteTerminal* terminal,
  int prop,
  GdkRGBA* color
)
Description [src]
Like vte_terminal_get_termprop_rgba() except that it takes the termprop
by ID. See that function for more information.
Available since: 0.78
Parameters
- prop
- 
            Type: intA termprop ID. 
- color
- 
            Type: GdkRGBAA GdkRGBAto fill in.The argument will be set by the function. The argument can be NULL.The returned data is owned by the instance.