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: int

A termprop ID.

color

Type: GdkRGBA

A GdkRGBA to fill in.

The argument will be set by the function.
The argument can be NULL.
The data is owned by the instance.

Return value

Type: gboolean

TRUE iff the termprop is set.